mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
36 lines
795 B
Makefile
36 lines
795 B
Makefile
# Created by: Max E. Kuznecov <mek@mek.uz.ua>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sendxmpp
|
|
PORTVERSION= 1.24
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= net-im perl5
|
|
|
|
MAINTAINER= mek@mek.uz.ua
|
|
COMMENT= Perl-script to send xmpp (jabber) messages
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= p5-Net-XMPP>=0:net-im/p5-Net-XMPP
|
|
RUN_DEPENDS= p5-Authen-SASL>=0:security/p5-Authen-SASL \
|
|
p5-Getopt-Long>=0:devel/p5-Getopt-Long \
|
|
p5-Net-XMPP>=0:net-im/p5-Net-XMPP
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= lhost
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
PORTEXAMPLES= send-url.xml sendxmpp-raw-messages
|
|
PLIST_FILES= bin/sendxmpp ${SITE_MAN1}/sendxmpp.1.gz
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|