freebsd-ports/net-im/p5-Jabber-Lite/Makefile
Sunpoet Po-Chuan Hsieh 32e650c7b0 - Update to 0.8.1
- Add LICENSE
- Add BUILD_DEPENDS
- Sort PLIST
- Reformat pkg-descr

Changes:	http://search.cpan.org/dist/Jabber-Lite/Changes
2014-07-31 10:04:03 +00:00

26 lines
659 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Jabber-Lite
PORTVERSION= 0.8.1
CATEGORIES= net-im perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BEECEE
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Standalone library for communicating with Jabber servers
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>