freebsd-ports/net-im/p5-Jabber-Connection/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

20 lines
464 B
Makefile

# Created by: Lars Eggert
# $FreeBSD$
PORTNAME= Jabber-Connection
PORTVERSION= 0.04
PORTREVISION= 1
CATEGORIES= net-im perl5
MASTER_SITES= http://freebsd.unixfreunde.de/sources/
PKGNAMEPREFIX= p5-
MAINTAINER= lars.eggert@gmx.net
COMMENT= Jabber Perl library for client/component connectivity
RUN_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser
BUILD_DEPENDS= p5-Digest-SHA1>=0:security/p5-Digest-SHA1
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>