9566618d93
Remove unneeded variable Reference: Porters Handbook USE_GITLAB section Approved by: portmgr (blanket)
19 lines
403 B
Makefile
19 lines
403 B
Makefile
PORTNAME= diffcode
|
|
DISTVERSION= 1.2
|
|
CATEGORIES= security
|
|
|
|
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>
|