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-MicroMason | |
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-MicroMason')
-rw-r--r-- | textproc/p5-Text-MicroMason/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Text-MicroMason/Makefile b/textproc/p5-Text-MicroMason/Makefile index e8e17327af4a..2fffd5404311 100644 --- a/textproc/p5-Text-MicroMason/Makefile +++ b/textproc/p5-Text-MicroMason/Makefile @@ -13,7 +13,8 @@ RUN_DEPENDS= \ p5-Class-MixinFactory>=0.9:${PORTSDIR}/devel/p5-Class-MixinFactory BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::MicroMason.3 \ Text::MicroMason::AllowGlobals.3 \ |