aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/sendxmpp/Makefile
blob: a2a920e46d9049da109cdd4d5492e6d5b84ac8ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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.mk>