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 | 298c061f9dffd66075af08f66dc60c7661504e8a (patch) | |
tree | f74e8e100fc0e3e6f77971ce11e5be6d8e0192c5 | |
parent | a95f00d4ed7d21412ac01d0a343ee670007df912 (diff) | |
download | pkgsrc-298c061f9dffd66075af08f66dc60c7661504e8a.tar.gz |
Convert LICENSE= to artistic only, see
http://mail-index.netbsd.org/tech-pkg/2015/02/28/msg014342.html
-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 |