diff options
Diffstat (limited to 'devel/p5-Sub-Multi/Makefile')
-rw-r--r-- | devel/p5-Sub-Multi/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/p5-Sub-Multi/Makefile b/devel/p5-Sub-Multi/Makefile index 93e426be8a30..b4536f20fdf8 100644 --- a/devel/p5-Sub-Multi/Makefile +++ b/devel/p5-Sub-Multi/Makefile @@ -1,10 +1,7 @@ # ex:ts=8 # Ports collection makefile for: Sub::Multi -# Date created: Aug 1, 2006 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= Sub-Multi PORTVERSION= 0.003 @@ -20,7 +17,8 @@ BUILD_DEPENDS= p5-Class-Multimethods-Pure>=0.11:${PORTSDIR}/devel/p5-Class-Multi p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sub::Multi.3 |