diff options
author | az <az@FreeBSD.org> | 2013-09-12 13:53:03 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-12 13:53:03 +0800 |
commit | 64b422e1ccdeed2bd5376a7739430c72f08453e1 (patch) | |
tree | d3e054e43268209aa792f44c177f4789d4af4098 /math/p5-Math-Polygon-Tree | |
parent | 9759a1bffcd93df3d12bdb17a2d82b7fa88b8c7d (diff) | |
download | freebsd-ports-gnome-64b422e1ccdeed2bd5376a7739430c72f08453e1.tar.gz freebsd-ports-gnome-64b422e1ccdeed2bd5376a7739430c72f08453e1.tar.zst freebsd-ports-gnome-64b422e1ccdeed2bd5376a7739430c72f08453e1.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'math/p5-Math-Polygon-Tree')
-rw-r--r-- | math/p5-Math-Polygon-Tree/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-Math-Polygon-Tree/Makefile b/math/p5-Math-Polygon-Tree/Makefile index 6ad34b57f611..07f255d2b0f6 100644 --- a/math/p5-Math-Polygon-Tree/Makefile +++ b/math/p5-Math-Polygon-Tree/Makefile @@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \ p5-Math-Geometry-Planar-GPC-Polygon>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar-GPC-Polygon RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Math::Polygon::Tree.3 |