openbsd-ports/net/p5-POE-Component-Jabber/Makefile

28 lines
603 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 2010/12/03 11:45:43 ajacoutot Exp $
COMMENT= POE Component for communicating over Jabber
DISTNAME= POE-Component-Jabber-3.00
REVISION= 0
CATEGORIES= net
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
CONFIGURE_STYLE= modbuild
2010-11-19 17:31:32 -05:00
USE_GROFF = Yes
2010-11-19 17:31:32 -05:00
RUN_DEPENDS= devel/p5-Filter-Template \
devel/p5-POE-Component-PubSub \
security/p5-Authen-SASL \
security/p5-Net_SSLeay>=1.35 \
security/p5-POE-Component-SSLify>=0.15 \
textproc/p5-POE-Filter-XML>=0.35
.include <bsd.port.mk>