mirror of https://git.FreeBSD.org/ports.git
18 lines
313 B
Makefile
18 lines
313 B
Makefile
PORTNAME= libaegis
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Portable C implementations of the AEGIS family
|
|
WWW= https://github.com/jedisct1/libaegis
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jedisct1
|
|
|
|
.include <bsd.port.mk>
|