diff options
Diffstat (limited to 'devel/p5-parent/Makefile')
-rw-r--r-- | devel/p5-parent/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-parent/Makefile b/devel/p5-parent/Makefile index 0e6a73ce11b9..594222bd6c59 100644 --- a/devel/p5-parent/Makefile +++ b/devel/p5-parent/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: parent -# Date created: 24 Oct 2007 -# Whom: Rong-En Fan <rafan@FreeBSD.org> -# +# Created by: Rong-En Fan <rafan@FreeBSD.org> # $FreeBSD$ -# PORTNAME= parent PORTVERSION= 0.225 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= rafan@FreeBSD.org COMMENT= Establish an ISA relationship with base classes at compile time -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= parent.3 |