diff options
author | heinz <heinz@pkgsrc.org> | 2010-01-16 19:27:17 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2010-01-16 19:27:17 +0000 |
commit | 3d08d99d3fd5a5c4d904855e6107d6113f84d352 (patch) | |
tree | 005711fb866c2c288094efa39532ebc75ddac3a0 /security/p5-Digest-SHA | |
parent | 20751faf7a98f083d1037543dccf38c8188f2e1b (diff) | |
download | pkgsrc-3d08d99d3fd5a5c4d904855e6107d6113f84d352.tar.gz |
Set or updated LICENSE
Diffstat (limited to 'security/p5-Digest-SHA')
-rw-r--r-- | security/p5-Digest-SHA/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Digest-SHA/Makefile b/security/p5-Digest-SHA/Makefile index 0310ff4dcc9..42ce52c8319 100644 --- a/security/p5-Digest-SHA/Makefile +++ b/security/p5-Digest-SHA/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2009/05/19 08:59:32 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2010/01/16 19:27:17 heinz Exp $ # DISTNAME= Digest-SHA-5.47 @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Digest-SHA/ COMMENT= Perl module for SHA-1/224/256/384/512 algorithms -#LICENSE= gnu-gpl-v2 # under same terms as Perl +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir |