openbsd-ports/net/p5-Net-XMPP/Makefile

26 lines
439 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2010/12/03 11:45:43 ajacoutot Exp $
COMMENT= XMPP perl library
DISTNAME= Net-XMPP-1.02
REVISION= 0
CATEGORIES= net
MODULES= cpan
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl modbuild
2010-11-19 17:31:32 -05:00
USE_GROFF = Yes
2010-11-19 17:31:32 -05:00
RUN_DEPENDS= security/p5-Digest-SHA1 \
textproc/p5-XML-Stream
2010-10-23 05:35:20 -04:00
MODCPAN_EXAMPLES= Yes
.include <bsd.port.mk>