diff options
Diffstat (limited to 'security/libmcrypt/Makefile')
-rw-r--r-- | security/libmcrypt/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile new file mode 100644 index 000000000000..704a1c22dbf6 --- /dev/null +++ b/security/libmcrypt/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: mcrypt +# Version required: 2.2 +# Date created: Mon Jan 11 11:53:54 EET 1999 +# Whom: nsayer@freebsd.org +# +# $Id:$ +# + +DISTNAME= libmcrypt-2.2 +CATEGORIES= security +MASTER_SITES= ftp://argeas.cs-net.gr/pub/unix/mcrypt/ + +MAINTAINER= nsayer@freebsd.org + +GNU_CONFIGURE= yes + +MAN3= mcrypt.3 + +RESTRICTED= "yes - cryptography" + +.include <bsd.port.mk> |