summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorheinz <heinz>2010-01-16 19:27:17 +0000
committerheinz <heinz>2010-01-16 19:27:17 +0000
commitaaab6953806554c924634b7ee51730266d96353a (patch)
tree005711fb866c2c288094efa39532ebc75ddac3a0 /security
parentaa9684e2a5809b5d046a71d980bb3a6b3059500e (diff)
downloadpkgsrc-aaab6953806554c924634b7ee51730266d96353a.tar.gz
Set or updated LICENSE
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-OpenSSL-Bignum/Makefile4
-rw-r--r--security/p5-Crypt-OpenSSL-RSA/Makefile4
-rw-r--r--security/p5-Crypt-OpenSSL-Random/Makefile4
-rw-r--r--security/p5-Crypt-SSLeay/Makefile3
-rw-r--r--security/p5-Digest-HMAC/Makefile3
-rw-r--r--security/p5-Digest-SHA/Makefile4
6 files changed, 12 insertions, 10 deletions
diff --git a/security/p5-Crypt-OpenSSL-Bignum/Makefile b/security/p5-Crypt-OpenSSL-Bignum/Makefile
index 5ee7c7f9325..14d3da22394 100644
--- a/security/p5-Crypt-OpenSSL-Bignum/Makefile
+++ b/security/p5-Crypt-OpenSSL-Bignum/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-Bignum-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 the OpenSSL Bignum functions
-#LICENSE= gnu-gpl-v2 # under same terms as Perl
+LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile
index a6ad6f946e0..5a7234fcc48 100644
--- a/security/p5-Crypt-OpenSSL-RSA/Makefile
+++ b/security/p5-Crypt-OpenSSL-RSA/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2009/05/19 08:59:32 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2010/01/16 19:27:18 heinz Exp $
#
DISTNAME= Crypt-OpenSSL-RSA-0.25
@@ -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 the OpenSSL RSA functions
-#LICENSE= gnu-gpl-v2 # under same terms as Perl
+LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
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
diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile
index f270a832245..a4a0b808dc7 100644
--- a/security/p5-Crypt-SSLeay/Makefile
+++ b/security/p5-Crypt-SSLeay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2008/10/19 19:18:45 he Exp $
+# $NetBSD: Makefile,v 1.13 2010/01/16 19:27:18 heinz Exp $
#
DISTNAME= Crypt-SSLeay-0.57
@@ -11,6 +11,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-SSLeay/
COMMENT= Crypt::SSLeay - OpenSSL glue that provides LWP https support
+LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/security/p5-Digest-HMAC/Makefile b/security/p5-Digest-HMAC/Makefile
index c91da0aed47..5105169ee98 100644
--- a/security/p5-Digest-HMAC/Makefile
+++ b/security/p5-Digest-HMAC/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2008/10/19 19:18:46 he Exp $
+# $NetBSD: Makefile,v 1.17 2010/01/16 19:27:17 heinz Exp $
#
DISTNAME= Digest-HMAC-1.01
@@ -11,6 +11,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Digest-HMAC/
COMMENT= Perl5 module for HMAC
+LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
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