- Support staging [1]
- Add LICENSE (Artistic 1 & GPL 1) PR: ports/185731 [1] Submitted by: Matthew D. Fuller <fullermd@over-yonder.net> (maintainer)
This commit is contained in:
parent
7abed3d7ab
commit
773cdaedf9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340146
2 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue