diff options
Diffstat (limited to 'net-im/p5-Jabber-Lite/Makefile')
-rw-r--r-- | net-im/p5-Jabber-Lite/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net-im/p5-Jabber-Lite/Makefile b/net-im/p5-Jabber-Lite/Makefile index 9b243f1ba9cc..b4f0dd05b0cf 100644 --- a/net-im/p5-Jabber-Lite/Makefile +++ b/net-im/p5-Jabber-Lite/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Jabber-Lite -# Date created: 2007-09-03 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Jabber-Lite PORTVERSION= 0.8 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \ p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Jabber::Lite.3 |