diff options
author | arved <arved@FreeBSD.org> | 2008-02-29 05:47:06 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2008-02-29 05:47:06 +0800 |
commit | 3768f91967897f0ff027a583d1dda5ef48854c72 (patch) | |
tree | 36bfdaee94013139b92d5186523da4cede34b055 /security/seccure | |
parent | 90d21f195f0c1abab9952286d19e88c4318850fb (diff) | |
download | freebsd-ports-gnome-3768f91967897f0ff027a583d1dda5ef48854c72.tar.gz freebsd-ports-gnome-3768f91967897f0ff027a583d1dda5ef48854c72.tar.zst freebsd-ports-gnome-3768f91967897f0ff027a583d1dda5ef48854c72.zip |
Chase libgcrypt library version
Diffstat (limited to 'security/seccure')
-rw-r--r-- | security/seccure/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/security/seccure/Makefile b/security/seccure/Makefile index 040e40766679..12cb7707f479 100644 --- a/security/seccure/Makefile +++ b/security/seccure/Makefile @@ -5,16 +5,17 @@ # $FreeBSD$ # -PORTNAME= seccure -PORTVERSION= 0.3 -CATEGORIES= security -MASTER_SITES= http://point-at-infinity.org/seccure/ +PORTNAME= seccure +PORTVERSION= 0.3 +PORTEVISION= 1 +CATEGORIES= security +MASTER_SITES= http://point-at-infinity.org/seccure/ -MAINTAINER= luke@REMOVE_IT.novum.am.lublin.pl -COMMENT= SECCURE Elliptic Curve Crypto Utility for Reliable Encryption +MAINTAINER= luke@REMOVE_IT.novum.am.lublin.pl +COMMENT= SECCURE Elliptic Curve Crypto Utility for Reliable Encryption -LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt -MAN1= seccure.1 +MAN1= seccure.1 .include <bsd.port.mk> |