aboutsummaryrefslogtreecommitdiff
path: root/security/diffcode/Makefile
blob: 2ec298b7c3a24aec5a2fe11d209f19534be64e7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	diffcode
DISTVERSION=	1.2
CATEGORIES=	security
MASTER_SITES=	https://gitlab.com/LadySerenaKitty

MAINTAINER=	jlhawkwell@ladyserenakitty.com
COMMENT=	Progrssive differential cipher
WWW=		https://gitlab.com/LadySerenaKitty/diffcode

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cmake

USE_GITLAB=	yes
GL_ACCOUNT=	LadySerenaKitty
GL_PROJECT=	${PORTNAME}
GL_COMMIT=	4ae08b53b657ad2aa6816123b49709d903e4593c

.include <bsd.port.mk>