diff options
author | sno <sno> | 2009-05-21 19:42:44 +0000 |
---|---|---|
committer | sno <sno> | 2009-05-21 19:42:44 +0000 |
commit | 2de58ff5bf9cdc0b6a729b2d892e1485dfa4a7b4 (patch) | |
tree | a87d592c3de4277238409f5956b02077aa2c8d03 /graphics/p5-cairo | |
parent | 442b86515361b64fe29f251700bd46ee549cc60f (diff) | |
download | pkgsrc-2de58ff5bf9cdc0b6a729b2d892e1485dfa4a7b4.tar.gz |
There is no gnu-gpl-v2.1 and this package does not define it either.
Set LICENSE to gnu-lgpl-v2.1. (Thanks, wiz)
Diffstat (limited to 'graphics/p5-cairo')
-rw-r--r-- | graphics/p5-cairo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-cairo/Makefile b/graphics/p5-cairo/Makefile index 0cea803e671..bc8833acc0a 100644 --- a/graphics/p5-cairo/Makefile +++ b/graphics/p5-cairo/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2009/05/21 17:53:48 sno Exp $ +# $NetBSD: Makefile,v 1.8 2009/05/21 19:42:44 sno Exp $ # DISTNAME= Cairo-${DIST_VER} -PKGNAME= p5-${DISTNAME} PKGNAME= p5-cairo-${DIST_VER} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} @@ -10,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gtk2-perl.sourceforge.net/ COMMENT= Perl bindings to the cairo graphics library +LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir |