diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-10-10 01:02:07 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-10-10 01:02:07 +0000 |
commit | bf2ee8507bded64491bf642ad09b47b0ca60ad09 (patch) | |
tree | 66fdcba94f802a05e09a04796030594a3356249c /security/p5-Crypt-HCE_SHA/Makefile | |
parent | a373cc2a6ef56beb1cd747e22e6a2b2d1303cb17 (diff) | |
download | ports-bf2ee8507bded64491bf642ad09b47b0ca60ad09.tar.gz ports-bf2ee8507bded64491bf642ad09b47b0ca60ad09.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-HCE_SHA/Makefile')
-rw-r--r-- | security/p5-Crypt-HCE_SHA/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/p5-Crypt-HCE_SHA/Makefile b/security/p5-Crypt-HCE_SHA/Makefile new file mode 100644 index 000000000000..87a70d41cb45 --- /dev/null +++ b/security/p5-Crypt-HCE_SHA/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-Crypt-HCE_SHA +# Date created: October 8th 2001 +# Whom: Gregory Neil Shapiro <gshapiro@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Crypt-HCE_SHA +PORTVERSION= 0.60 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Crypt +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 +RUN_DEPENDS= ${BUILD_DEPENDS} + +RESTRICTED= "Crypto; export-controlled" + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Crypt::HCE_SHA.3 + +.include <bsd.port.mk> |