diff options
Diffstat (limited to 'misc/p5-Acme-ButFirst')
-rw-r--r-- | misc/p5-Acme-ButFirst/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/misc/p5-Acme-ButFirst/Makefile b/misc/p5-Acme-ButFirst/Makefile index 0558fefa6ede..3344aba04056 100644 --- a/misc/p5-Acme-ButFirst/Makefile +++ b/misc/p5-Acme-ButFirst/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Acme-ButFirst -# Date created: 18 Feb 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Acme-ButFirst PORTVERSION= 1.00 @@ -16,6 +12,7 @@ COMMENT= Do something, but first do something else MAN3= Acme::ButFirst.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> |