aaa1885833
ok jasper@
26 lines
439 B
Makefile
26 lines
439 B
Makefile
# $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
|
|
USE_GROFF = Yes
|
|
|
|
RUN_DEPENDS= security/p5-Digest-SHA1 \
|
|
textproc/p5-XML-Stream
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
.include <bsd.port.mk>
|