diff options
Diffstat (limited to 'graphics/p5-CAD-Drawing-Template/Makefile')
-rw-r--r-- | graphics/p5-CAD-Drawing-Template/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/p5-CAD-Drawing-Template/Makefile b/graphics/p5-CAD-Drawing-Template/Makefile index cc0d7ef88cb4..1b2537269b41 100644 --- a/graphics/p5-CAD-Drawing-Template/Makefile +++ b/graphics/p5-CAD-Drawing-Template/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: CAD-Drawing-Template -# Date created: 22 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= CAD-Drawing-Template PORTVERSION= 0.01 @@ -21,6 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= CAD::Drawing::Template.3 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .include <bsd.port.mk> |