mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
82674de250
Messages can be sent both to individual recipients and chatrooms. WWW: http://www.djcbsoftware.nl/code/sendxmpp/ PR: ports/92254 Submitted by: Max E. Kuznecov <mek@mek.uz.ua>
34 lines
746 B
Makefile
34 lines
746 B
Makefile
# New ports collection makefile for: sendxmpp
|
|
# Date created: 24 Jan 2006
|
|
# Whom: Max E. Kuznecov <mek@mek.uz.ua>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sendxmpp
|
|
PORTVERSION= 0.0.8
|
|
CATEGORIES= net-im perl5
|
|
MASTER_SITES= http://www.djcbsoftware.nl/code/sendxmpp/
|
|
|
|
MAINTAINER= mek@mek.uz.ua
|
|
COMMENT= Perl-script to send xmpp (jabber) messages
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Net/XMPP.pm:${PORTSDIR}/net-im/p5-Net-XMPP
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= sendxmpp.1
|
|
|
|
PLIST_FILES= bin/sendxmpp \
|
|
%%SITE_PERL%%/mach/auto/sendxmpp/.packlist
|
|
PLIST_DIRS= %%SITE_PERL%%/mach/auto/sendxmpp
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
BROKEN= Dependencies does not build on FreeBSD < 5.x
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|