diff options
author | az <az@FreeBSD.org> | 2013-09-11 16:15:53 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 16:15:53 +0800 |
commit | 02fdfe0510d692762b6a17b5e24188ac34fe5bdb (patch) | |
tree | 5dcec3f97934e76c18fa715ad3b0c760fad13c18 /net-im | |
parent | c929ba4f690c6927ff80408b3761f972e24ebf47 (diff) | |
download | freebsd-ports-gnome-02fdfe0510d692762b6a17b5e24188ac34fe5bdb.tar.gz freebsd-ports-gnome-02fdfe0510d692762b6a17b5e24188ac34fe5bdb.tar.zst freebsd-ports-gnome-02fdfe0510d692762b6a17b5e24188ac34fe5bdb.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/jarl/Makefile | 8 | ||||
-rw-r--r-- | net-im/p5-Jabber-Connection/Makefile | 9 | ||||
-rw-r--r-- | net-im/p5-Jabber-Lite/Makefile | 9 | ||||
-rw-r--r-- | net-im/p5-Net-ICQ2000/Makefile | 9 | ||||
-rw-r--r-- | net-im/p5-Net-NetSend/Makefile | 9 | ||||
-rw-r--r-- | net-im/p5-Net-XMPP2/Makefile | 9 | ||||
-rw-r--r-- | net-im/sendxmpp/Makefile | 9 | ||||
-rw-r--r-- | net-im/twitmail/Makefile | 9 | ||||
-rw-r--r-- | net-im/vicq/Makefile | 9 |
9 files changed, 26 insertions, 54 deletions
diff --git a/net-im/jarl/Makefile b/net-im/jarl/Makefile index d58847bc45ce..825ef70d2adc 100644 --- a/net-im/jarl/Makefile +++ b/net-im/jarl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jarl -# Date created: 10 November 2002 -# Whom: dd -# +# Created by: dd # $FreeBSD$ -# PORTNAME= jarl PORTVERSION= 0.5001 @@ -20,7 +16,7 @@ RUN_DEPENDS= ptksh:${PORTSDIR}/x11-toolkits/p5-Tk \ NO_BUILD= yes -USE_PERL5= yes +USES= perl5 makeplist: ${ECHO_CMD} bin/jarl > ${PLIST} 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 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 diff --git a/net-im/p5-Net-ICQ2000/Makefile b/net-im/p5-Net-ICQ2000/Makefile index 423f2cbfa522..759466eb9f58 100644 --- a/net-im/p5-Net-ICQ2000/Makefile +++ b/net-im/p5-Net-ICQ2000/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Net-ICQ2000 -# Date created: 06 December 2001 -# Whom: Kevin Lo <kevlo@FreeBSD.org> -# +# Created by: Kevin Lo <kevlo@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Net-ICQ2000 PORTVERSION= 0.2.1 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kevlo@FreeBSD.org COMMENT= A perl5 module for ICQv7 protocol realisation -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::ICQ2000.3 diff --git a/net-im/p5-Net-NetSend/Makefile b/net-im/p5-Net-NetSend/Makefile index 0c691249b4bb..83f2c10dec96 100644 --- a/net-im/p5-Net-NetSend/Makefile +++ b/net-im/p5-Net-NetSend/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-NetSend -# Date created: 2005-10-23 -# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> -# +# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> # $FreeBSD$ -# PORTNAME= Net-NetSend PORTVERSION= 0.12 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= Perl extension for sending Windows Popup Messages -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::NetSend.3 diff --git a/net-im/p5-Net-XMPP2/Makefile b/net-im/p5-Net-XMPP2/Makefile index 3c8ddd0eaa41..4a4f87ca0188 100644 --- a/net-im/p5-Net-XMPP2/Makefile +++ b/net-im/p5-Net-XMPP2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-XMPP2 -# Date created: 2008-04-10 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Net-XMPP2 PORTVERSION= 0.14 @@ -37,7 +33,8 @@ RUN_DEPENDS:= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::XMPP2.3 \ Net::XMPP2::Client.3 \ diff --git a/net-im/sendxmpp/Makefile b/net-im/sendxmpp/Makefile index ff819f0f1f20..29303ea831c0 100644 --- a/net-im/sendxmpp/Makefile +++ b/net-im/sendxmpp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sendxmpp -# Date created: 24 Jan 2006 -# Whom: Max E. Kuznecov <mek@mek.uz.ua> -# +# Created by: Max E. Kuznecov <mek@mek.uz.ua> # $FreeBSD$ -# PORTNAME= sendxmpp PORTVERSION= 0.0.8 @@ -17,7 +13,8 @@ COMMENT= Perl-script to send xmpp (jabber) messages RUN_DEPENDS+= p5-Net-XMPP>0.0:${PORTSDIR}/net-im/p5-Net-XMPP \ p5-IO-Socket-SSL>0.0:${PORTSDIR}/security/p5-IO-Socket-SSL -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= sendxmpp.1 diff --git a/net-im/twitmail/Makefile b/net-im/twitmail/Makefile index 0b0ec3b75d51..57c37caa7a3a 100644 --- a/net-im/twitmail/Makefile +++ b/net-im/twitmail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: twitmail -# Date created: 2010-02-13 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= twitmail PORTVERSION= 0.42 @@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-DBD-SQLite>=1.12:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-TimeDate>=2.24:${PORTSDIR}/devel/p5-TimeDate \ p5-Getopt-GUI-Long>=0.91:${PORTSDIR}/devel/p5-Getopt-GUI-Long -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= twitmail.1 diff --git a/net-im/vicq/Makefile b/net-im/vicq/Makefile index 1433d0cad83a..833aa59f3990 100644 --- a/net-im/vicq/Makefile +++ b/net-im/vicq/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vicq -# Date created: 06 December 2001 -# Whom: Kevin Lo<kevlo@FreeBSD.org> -# +# Created by: Kevin Lo<kevlo@FreeBSD.org> # $FreeBSD$ -# PORTNAME= vicq PORTVERSION= 0.4.2 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu WRKSRC= ${WRKDIR}/${PORTNAME} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure SIGNAL_PATCH=p5.8-patch-sigalrm |