19 lines
402 B
Makefile
19 lines
402 B
Makefile
PORTNAME= seccure
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 9
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://point-at-infinity.org/seccure/ \
|
|
NETBSD
|
|
|
|
MAINTAINER= zi@FreeBSD.org
|
|
COMMENT= Elliptic Curve Crypto Utility for Reliable Encryption
|
|
WWW= http://point-at-infinity.org/seccure/
|
|
|
|
LICENSE= LGPL3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libgcrypt.so:security/libgcrypt
|
|
|
|
USE_GCC= yes
|
|
|
|
.include <bsd.port.mk>
|