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/sendxmpp | |
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/sendxmpp')
-rw-r--r-- | net-im/sendxmpp/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
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 |