diff options
author | sno <sno@pkgsrc.org> | 2009-07-07 16:22:46 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-07 16:22:46 +0000 |
commit | ecc2da4a21974aa01c1dae1b0e1da343b98407ee (patch) | |
tree | 48e5061da909650e184db3c1ec3e73b7f0dc2672 /textproc | |
parent | 54e8a95dd34c32fdb14d8f16c86b61ecc430743c (diff) | |
download | pkgsrc-ecc2da4a21974aa01c1dae1b0e1da343b98407ee.tar.gz |
adding destdir support and license of perl itself (POD)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-WikiCreole/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-Text-WikiCreole/Makefile b/textproc/p5-Text-WikiCreole/Makefile index 43a57703fb9..77f41b07d8f 100644 --- a/textproc/p5-Text-WikiCreole/Makefile +++ b/textproc/p5-Text-WikiCreole/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/05/21 13:42:30 sno Exp $ +# $NetBSD: Makefile,v 1.5 2009/07/07 16:22:46 sno Exp $ # DISTNAME= Text-WikiCreole-0.07 @@ -9,7 +9,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Text-WikiCreole/ COMMENT= Translate Wiki Creole markup into XHTML -LICENSE= gnu-gpl-v2 # OR artistic +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Text/WikiCreole/.packlist |