Lines 2-21
Link Here
|
2 |
# $FreeBSD: head/net-im/sendxmpp/Makefile 373448 2014-11-26 13:08:24Z mat $ |
2 |
# $FreeBSD: head/net-im/sendxmpp/Makefile 373448 2014-11-26 13:08:24Z mat $ |
3 |
|
3 |
|
4 |
PORTNAME= sendxmpp |
4 |
PORTNAME= sendxmpp |
5 |
PORTVERSION= 0.0.8 |
5 |
PORTVERSION= 1.24.0 |
6 |
PORTREVISION= 2 |
6 |
PORTREVISION= 0 |
7 |
CATEGORIES= net-im perl5 |
7 |
CATEGORIES= net-im perl5 |
8 |
MASTER_SITES= http://www.djcbsoftware.nl/code/sendxmpp/ |
8 |
USE_GITHUB= yes |
|
|
9 |
GH_ACCOUNT= lhost |
10 |
GH_PROJECT= sendxmpp |
11 |
GH_TAGNAME= v1.24 |
12 |
GH_COMMIT= f596346 |
9 |
|
13 |
|
10 |
MAINTAINER= mek@mek.uz.ua |
14 |
MAINTAINER= mek@mek.uz.ua |
11 |
COMMENT= Perl-script to send xmpp (jabber) messages |
15 |
COMMENT= Perl-script to send xmpp (jabber) messages |
12 |
|
16 |
|
13 |
RUN_DEPENDS+= p5-Net-XMPP>0.0:${PORTSDIR}/net-im/p5-Net-XMPP \ |
17 |
LICENSE= GPLv2 |
14 |
p5-IO-Socket-SSL>0.0:${PORTSDIR}/security/p5-IO-Socket-SSL |
18 |
|
|
|
19 |
BUILD_DEPENDS+= p5-Net-XMPP>0.0:${PORTSDIR}/net-im/p5-Net-XMPP |
20 |
|
21 |
RUN_DEPENDS+= p5-Getopt-Long>0.0:${PORTSDIR}/devel/p5-Getopt-Long |
22 |
|
23 |
OPTIONS_DEFINE= EXAMPLES |
15 |
|
24 |
|
16 |
USES= perl5 |
25 |
USES= perl5 |
17 |
USE_PERL5= configure |
26 |
USE_PERL5= configure |
18 |
|
27 |
|
|
|
28 |
PORTEXAMPLES= send-url.xml sendxmpp-raw-messages |
19 |
PLIST_FILES= bin/sendxmpp man/man1/sendxmpp.1.gz |
29 |
PLIST_FILES= bin/sendxmpp man/man1/sendxmpp.1.gz |
20 |
|
30 |
|
|
|
31 |
post-install: |
32 |
${MKDIR} ${STAGEDIR}${EXAMPLESDIR} |
33 |
${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR} |
34 |
|
21 |
.include <bsd.port.mk> |
35 |
.include <bsd.port.mk> |