diff options
Diffstat (limited to 'net/p5-Net-CSTA/Makefile')
-rw-r--r-- | net/p5-Net-CSTA/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/p5-Net-CSTA/Makefile b/net/p5-Net-CSTA/Makefile index 9e85df3153b6..0bec3fb5bb61 100644 --- a/net/p5-Net-CSTA/Makefile +++ b/net/p5-Net-CSTA/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-CSTA -# Date created: 2006-07-19 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Net-CSTA PORTVERSION= 0.04 @@ -17,7 +13,8 @@ COMMENT= Perl extension for ECMA CSTA RUN_DEPENDS= p5-Convert-ASN1>=0:${PORTSDIR}/converters/p5-Convert-ASN1 \ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::CSTA.3 |