diff options
Diffstat (limited to 'devel/p5-Scalar-Listify/Makefile')
-rw-r--r-- | devel/p5-Scalar-Listify/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Scalar-Listify/Makefile b/devel/p5-Scalar-Listify/Makefile index 0ba9de46aad2..fbf78a30d19a 100644 --- a/devel/p5-Scalar-Listify/Makefile +++ b/devel/p5-Scalar-Listify/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Scalar-Listify -# Date created: 2007/02/14 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= Scalar-Listify PORTVERSION= 0.02 @@ -16,6 +12,7 @@ COMMENT= Poduces an array(ref)? from a scalar value or array ref MAN3= Scalar::Listify.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> |