diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 09:54:08 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 09:54:08 +0000 |
commit | 1539e0886b8834f28f81afd6d906ca66f87d6449 (patch) | |
tree | 3137ade6fc7774f2edb5f66cdd2d06373d9fe493 /graphics/p5-Convert-Color | |
parent | b38bbaec1f3a42489de4507d108ceb14d8164ea4 (diff) |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326958
Diffstat (limited to 'graphics/p5-Convert-Color')
-rw-r--r-- | graphics/p5-Convert-Color/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/p5-Convert-Color/Makefile b/graphics/p5-Convert-Color/Makefile index 5b1aadd177c6..a47b0011bef0 100644 --- a/graphics/p5-Convert-Color/Makefile +++ b/graphics/p5-Convert-Color/Makefile @@ -13,7 +13,8 @@ RUN_DEPENDS= \ p5-List-UtilsBy>0:${PORTSDIR}/devel/p5-List-UtilsBy BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Convert::Color.3 \ Convert::Color::CMY.3 \ |