diff options
author | wiz <wiz@pkgsrc.org> | 2016-10-03 08:15:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-10-03 08:15:50 +0000 |
commit | 56aa5b99d03c0ddf8d107fc2c4ecb86335bc4c6a (patch) | |
tree | e7ee70b5af3f625e815bc204bc6abbcb709e28da /security/p5-Crypt-IDEA/Makefile | |
parent | f2c9e7ccc9091228a885fe0a3121f7668d7e6277 (diff) | |
download | pkgsrc-56aa5b99d03c0ddf8d107fc2c4ecb86335bc4c6a.tar.gz |
idea patent has expired, so set LICENSE to something more useful.
Diffstat (limited to 'security/p5-Crypt-IDEA/Makefile')
-rw-r--r-- | security/p5-Crypt-IDEA/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile index 752fc16634e..f8cbead1b02 100644 --- a/security/p5-Crypt-IDEA/Makefile +++ b/security/p5-Crypt-IDEA/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2016/06/08 19:24:20 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2016/10/03 08:15:50 wiz Exp $ DISTNAME= Crypt-IDEA-1.10 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-IDEA/ COMMENT= Perl5 module for the IDEA symmetric key algorithm -LICENSE= idea-license +LICENSE= original-bsd USE_LANGUAGES= c PERL5_PACKLIST= auto/Crypt/IDEA/.packlist |