diff options
author | mef <mef@pkgsrc.org> | 2015-03-17 13:17:35 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-03-17 13:17:35 +0000 |
commit | ce2f115371644b1bc8dd43d853ed378b475a0d32 (patch) | |
tree | f74e8e100fc0e3e6f77971ce11e5be6d8e0192c5 /net | |
parent | f5a51f40cdd6e1fafb0241a5a26e0f7e6a82728d (diff) | |
download | pkgsrc-ce2f115371644b1bc8dd43d853ed378b475a0d32.tar.gz |
Convert LICENSE= to artistic only, see
http://mail-index.netbsd.org/tech-pkg/2015/02/28/msg014342.html
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-RT-Client-REST/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-RT-Client-REST/Makefile b/net/p5-RT-Client-REST/Makefile index 37dcf278712..1f3c6caa4f4 100644 --- a/net/p5-RT-Client-REST/Makefile +++ b/net/p5-RT-Client-REST/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/02/28 14:30:00 mef Exp $ +# $NetBSD: Makefile,v 1.9 2015/03/17 13:17:35 mef Exp $ # DISTNAME= RT-Client-REST-0.49 @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RT/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/RT-Client-REST/ COMMENT= Perl 5 module to talk to RT using REST protocol -LICENSE= ${PERL5_LICENSE} +LICENSE= artistic USE_LANGUAGES= # empty PERL5_PACKLIST= auto/RT/Client/REST/.packlist |