diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 08:15:53 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 08:15:53 +0000 |
commit | e91a050e2e1205f1fd54ffc8c66aa2680ffb6a63 (patch) | |
tree | 5dcec3f97934e76c18fa715ad3b0c760fad13c18 /net-im/sendxmpp | |
parent | adcf3b1a182f39c92b37fd681a90185275bcadb8 (diff) |
Notes
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 |