diff options
Diffstat (limited to 'security/p5-Digest-HMAC/Makefile')
-rw-r--r-- | security/p5-Digest-HMAC/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/p5-Digest-HMAC/Makefile b/security/p5-Digest-HMAC/Makefile new file mode 100644 index 000000000000..b56aafca2a63 --- /dev/null +++ b/security/p5-Digest-HMAC/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-Digest-HMAC +# Date created: 2001/12/11 +# Whom: nork@cityfujisawa.ne.jp +# +# $FreeBSD$ +# + +PORTNAME= Digest-HMAC +PORTVERSION= 1.01 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Digest +PKGNAMEPREFIX= p5- + +MAINTAINER= nork@cityfujisawa.ne.jp + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Digest::HMAC.3 \ + Digest::HMAC_MD5.3 \ + Digest::HMAC_SHA1.3 + +.include <bsd.port.mk> |