diff options
Diffstat (limited to 'net-im/p5-Jabber-Connection/Makefile')
-rw-r--r-- | net-im/p5-Jabber-Connection/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net-im/p5-Jabber-Connection/Makefile b/net-im/p5-Jabber-Connection/Makefile index 2686f2faa1f6..27d671715cc0 100644 --- a/net-im/p5-Jabber-Connection/Makefile +++ b/net-im/p5-Jabber-Connection/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Jabber-Connection -# Date created: 01 October 2003 -# Whom: Lars Eggert -# +# Created by: Lars Eggert # $FreeBSD$ -# PORTNAME= Jabber-Connection PORTVERSION= 0.04 @@ -17,7 +13,8 @@ COMMENT= Jabber Perl library for client/component connectivity RUN_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Jabber::Connection.3 Jabber::NS.3 Jabber::NodeFactory.3 |