openbsd-ports/net/p5-POE-Component-Jabber/Makefile
2007-03-18 08:33:45 +00:00

25 lines
528 B
Makefile

# $OpenBSD: Makefile,v 1.2 2007/03/18 08:33:45 jasper Exp $
COMMENT= "POE Component for communicating over Jabber"
DISTNAME= POE-Component-Jabber-2.01
CATEGORIES= net
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
CONFIGURE_STYLE= modbuild
RUN_DEPENDS= ::devel/p5-Filter-Template \
::security/p5-Authen-SASL \
::security/p5-POE-Component-SSLify \
::textproc/p5-POE-Filter-XML
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>