summaryrefslogtreecommitdiff
path: root/security/p5-Digest/Makefile
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2003-12-10 21:38:05 +0000
committerheinz <heinz@pkgsrc.org>2003-12-10 21:38:05 +0000
commit338162582fb138ae5f2e10d3f042a6f01db3f85b (patch)
tree2c0c6d2ebe1f016c48407b556875bf46596d3b11 /security/p5-Digest/Makefile
parentcb46a8f54945e2544d1fb7c667f86bafd2bd21ee (diff)
downloadpkgsrc-338162582fb138ae5f2e10d3f042a6f01db3f85b.tar.gz
Initial import of Digest-1.05
A simple frontend module for autoloading of various Digest:: modules. It also provide documentation of the interface that all Digest:: modules should provide.
Diffstat (limited to 'security/p5-Digest/Makefile')
-rw-r--r--security/p5-Digest/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/p5-Digest/Makefile b/security/p5-Digest/Makefile
new file mode 100644
index 00000000000..f36e66406de
--- /dev/null
+++ b/security/p5-Digest/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/10 21:38:05 heinz Exp $
+#
+
+DISTNAME= Digest-1.05
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5dig
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
+
+MAINTAINER= heinz@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Digest/
+COMMENT= Perl5 base class for Digest:: modules
+
+USE_BUILDLINK2= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Digest/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"