diff options
Diffstat (limited to 'security/seccure/Makefile')
-rw-r--r-- | security/seccure/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/security/seccure/Makefile b/security/seccure/Makefile new file mode 100644 index 000000000000..040e40766679 --- /dev/null +++ b/security/seccure/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: seccure +# Date created: 30 August 2007 +# Whom: Lukasz Komsta +# +# $FreeBSD$ +# + +PORTNAME= seccure +PORTVERSION= 0.3 +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 + +LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt + +MAN1= seccure.1 + +.include <bsd.port.mk> |