diff options
author | heinz <heinz> | 2010-01-30 16:27:59 +0000 |
---|---|---|
committer | heinz <heinz> | 2010-01-30 16:27:59 +0000 |
commit | ec700e4beac9fa0853f7108e464b582e8051e5b5 (patch) | |
tree | d4f81b2c30d8b531c40554f12689a82b4dbaf494 /textproc | |
parent | a13a5a3c89d573604373e725cccdbc0cd0c95cea (diff) | |
download | pkgsrc-ec700e4beac9fa0853f7108e464b582e8051e5b5.tar.gz |
Added LICENSE information.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libcroco/Makefile | 3 | ||||
-rw-r--r-- | textproc/py-libxslt/Makefile | 3 | ||||
-rw-r--r-- | textproc/rarian/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/textproc/libcroco/Makefile b/textproc/libcroco/Makefile index 06da224e8f2..554550f1c47 100644 --- a/textproc/libcroco/Makefile +++ b/textproc/libcroco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2009/02/20 20:02:30 reed Exp $ +# $NetBSD: Makefile,v 1.37 2010/01/30 16:28:01 heinz Exp $ # DISTNAME= libcroco-0.6.2 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.freespiders.org/projects/libcroco/ COMMENT= Toolkit to parse and manipulate CSS (Cascading Style Sheets) +LICENSE= gnu-lgpl-v2 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/textproc/py-libxslt/Makefile b/textproc/py-libxslt/Makefile index d0e25081a9d..e97e8d7b984 100644 --- a/textproc/py-libxslt/Makefile +++ b/textproc/py-libxslt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2009/03/05 18:51:32 joerg Exp $ +# $NetBSD: Makefile,v 1.34 2010/01/30 16:28:00 heinz Exp $ DISTNAME= libxslt-1.1.24 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -9,6 +9,7 @@ MASTER_SITES+= ${MASTER_SITE_GNOME:=sources/libxslt/1.1/} MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://xmlsoft.org/XSLT/ COMMENT= Python wrapper for libxslt +LICENSE= mit # with no-advertising clause PKG_DESTDIR_SUPPORT= user-destdir diff --git a/textproc/rarian/Makefile b/textproc/rarian/Makefile index 9835a8f85ce..7c78471b5e7 100644 --- a/textproc/rarian/Makefile +++ b/textproc/rarian/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/09/06 15:23:10 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2010/01/30 16:28:00 heinz Exp $ # DISTNAME= rarian-0.8.1 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://rarian.freedesktop.org/ COMMENT= Documentation metadata library +LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |