diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 06:27:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 06:27:41 +0000 |
commit | 0faac6c323364fb8c2e81c8de2d24da503853d9c (patch) | |
tree | 9c7a921a41846d7fee0232dbaa25c40f34783fd1 /textproc/p5-Text-HikiDoc | |
parent | - convert to the new perl5 framework (diff) |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326942
Diffstat (limited to 'textproc/p5-Text-HikiDoc')
-rw-r--r-- | textproc/p5-Text-HikiDoc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Text-HikiDoc/Makefile b/textproc/p5-Text-HikiDoc/Makefile index f8e4c7c35287..8bf082372f3b 100644 --- a/textproc/p5-Text-HikiDoc/Makefile +++ b/textproc/p5-Text-HikiDoc/Makefile @@ -13,7 +13,8 @@ COMMENT= Pure Perl implementation of 'HikiDoc' LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Text::HikiDoc::Plugin.3 Text::HikiDoc.3 |