freebsd-ports/security/diffcode/Makefile
Daniel Engberg 9566618d93 security/diffcode: Remove MASTER_SITES
Remove unneeded variable

Reference:
Porters Handbook USE_GITLAB section

Approved by:	portmgr (blanket)
2022-09-15 19:10:10 +02:00

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>