summaryrefslogtreecommitdiff
path: root/security/p5-Digest/Makefile
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2007-11-11 11:35:48 +0000
committermartti <martti@pkgsrc.org>2007-11-11 11:35:48 +0000
commit9afb20a1371d48c6f9da92254053cd667702264b (patch)
tree3cd3a7914c566cc2f708b0f017b4e0b29ec8ab19 /security/p5-Digest/Makefile
parent748a44ee5791288079f2c6bf7ebba4a3a435d91e (diff)
downloadpkgsrc-9afb20a1371d48c6f9da92254053cd667702264b.tar.gz
Added commented-out LICENSE=something.
Diffstat (limited to 'security/p5-Digest/Makefile')
-rw-r--r--security/p5-Digest/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Digest/Makefile b/security/p5-Digest/Makefile
index 221d1e1bfa1..d947b55f11c 100644
--- a/security/p5-Digest/Makefile
+++ b/security/p5-Digest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/11/05 17:35:58 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2007/11/11 11:35:50 martti Exp $
#
DISTNAME= Digest-1.15
@@ -10,6 +10,7 @@ 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
+#LICENSE= gnu-gpl-v2
DEPENDS+= p5-MIME-Base64>=2.18:../../converters/p5-MIME-Base64