diff options
author | mat <mat@FreeBSD.org> | 2013-08-03 05:38:09 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-08-03 05:38:09 +0800 |
commit | 2705230b44322223d2223a1efa852bd2986be440 (patch) | |
tree | 6a21c7eedce3ab02121c1a526e479099181228ef /math/p5-Math-Geometry-Planar-Offset | |
parent | f47f83f9c8923b3b0f740482331aab0d0aa669e9 (diff) | |
download | freebsd-ports-gnome-2705230b44322223d2223a1efa852bd2986be440.tar.gz freebsd-ports-gnome-2705230b44322223d2223a1efa852bd2986be440.tar.zst freebsd-ports-gnome-2705230b44322223d2223a1efa852bd2986be440.zip |
- Convert to new perl framework
- Trim Makefile header
Diffstat (limited to 'math/p5-Math-Geometry-Planar-Offset')
-rw-r--r-- | math/p5-Math-Geometry-Planar-Offset/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/math/p5-Math-Geometry-Planar-Offset/Makefile b/math/p5-Math-Geometry-Planar-Offset/Makefile index f64a55bf63cf..38b24d8c754d 100644 --- a/math/p5-Math-Geometry-Planar-Offset/Makefile +++ b/math/p5-Math-Geometry-Planar-Offset/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Math-Geometry-Planar-Offset -# Date created: 21 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Math-Geometry-Planar-Offset PORTVERSION= 1.05 @@ -19,6 +15,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::Geometry::Planar::Offset.3 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .include <bsd.port.mk> |