diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2014-08-20 08:02:30 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2014-08-20 08:02:30 +0000 |
commit | 6894743b405312625c5de0c0dfdcd579f2f6ca11 (patch) | |
tree | adf6a14f0f20c3377e00a8273258faf1c861c3b6 /security/seccure/Makefile | |
parent | 41c21bb925b325ae4636921b19bad37aa41deaad (diff) | |
download | ports-6894743b405312625c5de0c0dfdcd579f2f6ca11.tar.gz ports-6894743b405312625c5de0c0dfdcd579f2f6ca11.zip |
Notes
Diffstat (limited to 'security/seccure/Makefile')
-rw-r--r-- | security/seccure/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/seccure/Makefile b/security/seccure/Makefile index bc2be51af4a2..89900040152e 100644 --- a/security/seccure/Makefile +++ b/security/seccure/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= seccure -PORTVERSION= 0.4 -PORTREVISION= 4 +PORTVERSION= 0.5 CATEGORIES= security MASTER_SITES= http://point-at-infinity.org/seccure/ \ ${MASTER_SITE_NETBSD} @@ -11,6 +10,9 @@ MASTER_SITES= http://point-at-infinity.org/seccure/ \ MAINTAINER= zi@FreeBSD.org COMMENT= Elliptic Curve Crypto Utility for Reliable Encryption +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/LICENSE + LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt USE_GCC= any |