diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 21:38:09 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 21:38:09 +0000 |
commit | 4063eccdf2bd0d3ca469e5e96332e58fe5ad72dd (patch) | |
tree | 6a21c7eedce3ab02121c1a526e479099181228ef /math/p5-CAD-Calc | |
parent | 4819ca343bfee8a3b54e7ff3ac26d280d1c1696f (diff) |
- Convert to new perl framework
- Trim Makefile header
Notes
Notes:
svn path=/head/; revision=324175
Diffstat (limited to 'math/p5-CAD-Calc')
-rw-r--r-- | math/p5-CAD-Calc/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/math/p5-CAD-Calc/Makefile b/math/p5-CAD-Calc/Makefile index 8f778981cfc4..f5aaac3695fd 100644 --- a/math/p5-CAD-Calc/Makefile +++ b/math/p5-CAD-Calc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: CAD-Calc -# Date created: 21 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= CAD-Calc PORTVERSION= 0.27 @@ -22,6 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= CAD::Calc.3 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .include <bsd.port.mk> |