aboutsummaryrefslogtreecommitdiff
path: root/security/rotate/Makefile
blob: e522a753313af8a0a3b38729140e4966c52e84d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=      rotate
DISTVERSION=   1.2
CATEGORIES=    security

MAINTAINER=    jlhawkwell@ladyserenakitty.com
COMMENT=       Binary rotation cipher (rot-13)
WWW=           https://gitlab.com/LadySerenaKitty/rotate

LICENSE=       BSD2CLAUSE
LICENSE_FILE=  ${WRKSRC}/LICENSE

USES=  cmake

USE_GITLAB=    yes
GL_ACCOUNT=    LadySerenaKitty
GL_PROJECT=    ${PORTNAME}
GL_COMMIT=     11865e9748bb1a949c9450771283e4423b7c7115

.include <bsd.port.mk>