2013-09-11 10:15:53 +02:00
|
|
|
# Created by: Max E. Kuznecov <mek@mek.uz.ua>
|
2006-01-25 11:23:24 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sendxmpp
|
2015-05-07 19:26:05 +02:00
|
|
|
PORTVERSION= 1.24
|
|
|
|
DISTVERSIONPREFIX= v
|
2006-01-25 11:23:24 +01:00
|
|
|
CATEGORIES= net-im perl5
|
|
|
|
|
|
|
|
MAINTAINER= mek@mek.uz.ua
|
|
|
|
COMMENT= Perl-script to send xmpp (jabber) messages
|
|
|
|
|
2015-02-21 12:18:02 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Net-XMPP>0.0:${PORTSDIR}/net-im/p5-Net-XMPP
|
|
|
|
RUN_DEPENDS= p5-Getopt-Long>0.0:${PORTSDIR}/devel/p5-Getopt-Long
|
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= lhost
|
2006-01-25 11:23:24 +01:00
|
|
|
|
2013-09-11 10:15:53 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2015-02-21 12:18:02 +01:00
|
|
|
NO_ARCH= yes
|
2006-01-25 11:23:24 +01:00
|
|
|
|
2015-02-21 12:18:02 +01:00
|
|
|
PORTEXAMPLES= send-url.xml sendxmpp-raw-messages
|
2015-09-14 14:19:48 +02:00
|
|
|
PLIST_FILES= bin/sendxmpp ${SITE_MAN1}/sendxmpp.1.gz
|
2006-01-25 11:23:24 +01:00
|
|
|
|
2015-02-21 12:18:02 +01:00
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
|
2007-10-04 04:24:29 +02:00
|
|
|
.include <bsd.port.mk>
|