summaryrefslogtreecommitdiff
path: root/security/p5-Digest-HMAC
diff options
context:
space:
mode:
authorheinz <heinz>2004-03-20 17:29:26 +0000
committerheinz <heinz>2004-03-20 17:29:26 +0000
commita751732a25f056cc606769eda0a30c9b84c83d78 (patch)
tree00bcbf5766cac4b9f7252f707703cdfda486d8c5 /security/p5-Digest-HMAC
parent5d0bd97a799d46020d929316be283bd6e4d03dca (diff)
downloadpkgsrc-a751732a25f056cc606769eda0a30c9b84c83d78.tar.gz
Take maintainership, add HOMEPAGE. Uses no compiler, so mark it with empty USE_LANGUAGES.
Diffstat (limited to 'security/p5-Digest-HMAC')
-rw-r--r--security/p5-Digest-HMAC/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/p5-Digest-HMAC/Makefile b/security/p5-Digest-HMAC/Makefile
index ea91edb878d..e6d7e1e5be5 100644
--- a/security/p5-Digest-HMAC/Makefile
+++ b/security/p5-Digest-HMAC/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/01/05 22:16:25 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2004/03/20 17:29:26 heinz Exp $
#
DISTNAME= Digest-HMAC-1.01
@@ -7,7 +7,8 @@ SVR4_PKGNAME= p5hmac
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
-MAINTAINER= tech-pkg@NetBSD.org
+MAINTAINER= heinz@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Digest-HMAC/
COMMENT= Perl5 module for HMAC
DEPENDS+= p5-Digest-SHA1>=1.00:../p5-Digest-SHA1
@@ -16,6 +17,7 @@ DEPENDS+= p5-Digest-MD5>=2.00:../p5-Digest-MD5
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
+USE_LANGUAGES= # empty
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Digest/HMAC/.packlist
.include "../../lang/perl5/module.mk"