diff options
author | heinz <heinz@pkgsrc.org> | 2010-01-16 23:37:48 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2010-01-16 23:37:48 +0000 |
commit | c71426c73721d6b74ffd44e09ece02b19b7c23f6 (patch) | |
tree | 6bb103e35994dba5e091ead9a478ff09c433183f /textproc | |
parent | 9f2ab350ac4ce43b5920738d1b8f48fb95ba1fc2 (diff) | |
download | pkgsrc-c71426c73721d6b74ffd44e09ece02b19b7c23f6.tar.gz |
Added LICENSE.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/intltool/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Encode-Detect/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-XML-Parser/Makefile | 3 | ||||
-rw-r--r-- | textproc/xmlcatmgr/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 47b6f7b5d37..50917cca7f6 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2009/03/22 09:37:03 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2010/01/16 23:37:49 heinz Exp $ # DISTNAME= intltool-0.40.6 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Toolbox for internationalisation +LICENSE= gnu-gpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/textproc/p5-Encode-Detect/Makefile b/textproc/p5-Encode-Detect/Makefile index c2bed16ab9e..350d9ae4839 100644 --- a/textproc/p5-Encode-Detect/Makefile +++ b/textproc/p5-Encode-Detect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/10/19 19:18:54 he Exp $ +# $NetBSD: Makefile,v 1.5 2010/01/16 23:37:49 heinz Exp $ # DISTNAME= Encode-Detect-1.01 @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Encode-Detect/ COMMENT= Perl module that detects the encoding of data +LICENSE= mpl-1.1 PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/textproc/p5-XML-Parser/Makefile b/textproc/p5-XML-Parser/Makefile index b1f2f6192d2..18c6364733c 100644 --- a/textproc/p5-XML-Parser/Makefile +++ b/textproc/p5-XML-Parser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2008/10/19 19:18:59 he Exp $ +# $NetBSD: Makefile,v 1.32 2010/01/16 23:37:49 heinz Exp $ # DISTNAME= XML-Parser-2.36 @@ -11,6 +11,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} MAINTAINER= bad@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-Parser/ COMMENT= Perl extension interface to James Clark's XML parser, expat +LICENSE= ${PERL5_LICENSE} #TEST_DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww diff --git a/textproc/xmlcatmgr/Makefile b/textproc/xmlcatmgr/Makefile index 748aecd824e..6a89a7fbf60 100644 --- a/textproc/xmlcatmgr/Makefile +++ b/textproc/xmlcatmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2009/06/14 22:58:09 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2010/01/16 23:37:49 heinz Exp $ # DISTNAME= xmlcatmgr-2.2 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmlcatmgr/} MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://xmlcatmgr.sourceforge.net/ COMMENT= XML and SGML catalog manager +LICENSE= modified-bsd PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |