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-Crypt-OpenSSL-Random | |
parent | 20751faf7a98f083d1037543dccf38c8188f2e1b (diff) | |
download | pkgsrc-3d08d99d3fd5a5c4d904855e6107d6113f84d352.tar.gz |
Set or updated LICENSE
Diffstat (limited to 'security/p5-Crypt-OpenSSL-Random')
-rw-r--r-- | security/p5-Crypt-OpenSSL-Random/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-OpenSSL-Random/Makefile b/security/p5-Crypt-OpenSSL-Random/Makefile index 19e1f6b19e8..76be8368ca4 100644 --- a/security/p5-Crypt-OpenSSL-Random/Makefile +++ b/security/p5-Crypt-OpenSSL-Random/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2009/05/19 08:59:32 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2010/01/16 19:27:18 heinz Exp $ # DISTNAME= Crypt-OpenSSL-Random-0.04 @@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://perl-openssl.sourceforge.net/ COMMENT= Perl5 wrapper module for OpenSSL pseudo-random number generator -#LICENSE= gnu-gpl-v2 # under same terms as Perl +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir |