2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2010/12/03 11:45:42 ajacoutot Exp $
|
2007-11-15 13:45:28 -05:00
|
|
|
|
|
|
|
COMMENT= perl interface to jabber
|
|
|
|
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= Net-Jabber-2.0
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 0
|
2007-11-15 13:45:28 -05:00
|
|
|
CATEGORIES= net
|
2010-10-18 14:36:45 -04:00
|
|
|
USE_GROFF = Yes
|
2007-11-15 13:45:28 -05:00
|
|
|
|
|
|
|
MAINTAINER= Gleydson Soares <gsoares@trusted.com.br>
|
|
|
|
|
|
|
|
# perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-19 17:31:32 -05:00
|
|
|
RUN_DEPENDS= net/p5-Net-XMPP
|
2007-11-15 13:45:28 -05:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
2010-10-23 05:35:20 -04:00
|
|
|
MODCPAN_EXAMPLES= Yes
|
2007-11-15 13:45:28 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|