diff options
author | Frederic Culot <culot@FreeBSD.org> | 2014-01-18 07:37:14 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2014-01-18 07:37:14 +0000 |
commit | 773cdaedf9c86adaaf92947db1fa8cd959f81f10 (patch) | |
tree | 85ea4c6d9b795c187b95e6f213b4f6c055e3c83a | |
parent | 7abed3d7abfded6624992d5e20f24ae92e0abb89 (diff) | |
download | ports-773cdaedf9c86adaaf92947db1fa8cd959f81f10.tar.gz ports-773cdaedf9c86adaaf92947db1fa8cd959f81f10.zip |
Notes
-rw-r--r-- | textproc/p5-Text-WikiCreole/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Text-WikiCreole/pkg-plist | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/p5-Text-WikiCreole/Makefile b/textproc/p5-Text-WikiCreole/Makefile index 9dd069a994db..0605245df6cf 100644 --- a/textproc/p5-Text-WikiCreole/Makefile +++ b/textproc/p5-Text-WikiCreole/Makefile @@ -10,10 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= fullermd@over-yonder.net COMMENT= Implementation of the Wiki Creole markup language +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure -MAN3= Text::WikiCreole.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Text-WikiCreole/pkg-plist b/textproc/p5-Text-WikiCreole/pkg-plist index 94fe75154559..f14f1cc0a34f 100644 --- a/textproc/p5-Text-WikiCreole/pkg-plist +++ b/textproc/p5-Text-WikiCreole/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/WikiCreole/.packlist %%SITE_PERL%%/Text/WikiCreole.pm +%%PERL5_MAN3%%/Text::WikiCreole.3.gz @dirrmtry %%SITE_PERL%%/Text @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/WikiCreole @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text |