diff options
Diffstat (limited to 'textproc/p5-Encode/Makefile')
-rw-r--r-- | textproc/p5-Encode/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-Encode/Makefile b/textproc/p5-Encode/Makefile index d56ca9ff389..08beaaad584 100644 --- a/textproc/p5-Encode/Makefile +++ b/textproc/p5-Encode/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2009/04/12 00:42:50 sno Exp $ +# $NetBSD: Makefile,v 1.11 2009/07/18 18:07:25 sno Exp $ -DISTNAME= Encode-2.33 +DISTNAME= Encode-2.35 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/} @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/} MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://search.cpan.org/~dankogai/Encode/ COMMENT= Provides interfaces between strings and the rest of the system +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir |