diff options
author | wiz <wiz> | 2013-09-05 19:55:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-09-05 19:55:45 +0000 |
commit | 071072e5af8109cc6eef04fa217f02faca94deed (patch) | |
tree | 9fe18579c5ccd5bbce4c63018a08a8a0b2d4c5cb | |
parent | 2c4de7c25cb4b3af645722ea960e8dd091884cf9 (diff) | |
download | pkgsrc-071072e5af8109cc6eef04fa217f02faca94deed.tar.gz |
Update LICENSE per latest update.
-rw-r--r-- | security/p5-Crypt-Rijndael/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-Rijndael/Makefile b/security/p5-Crypt-Rijndael/Makefile index 13bc206d1cd..b398d070187 100644 --- a/security/p5-Crypt-Rijndael/Makefile +++ b/security/p5-Crypt-Rijndael/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2013/09/05 19:55:21 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2013/09/05 19:55:45 wiz Exp $ DISTNAME= Crypt-Rijndael-1.11 PKGNAME= p5-${DISTNAME} @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Crypt-Rijndael/ COMMENT= Crypt::CBC compliant Rijndael encryption module -LICENSE= gnu-lgpl-v2 +LICENSE= gnu-lgpl-v3 DEPENDS+= p5-Test-Manifest>=1.14:../../devel/p5-Test-Manifest |