openbsd-ports/net/p5-Net-XMPP/Makefile
jasper 5ff4d51f07 import p5-Net-XMPP 1.02
Net::XMPP is a convenient tool to use for any perl script that would
like to utilize the XMPP Instant Messaging protocol.  While not a client
in and of itself, it provides all of the necessary back-end functions to
make a CGI client or command-line perl client feasible and easy to use.
Net::XMPP is a wrapper around the rest of the official Net::XMPP::xxxxxx
packages.

ok simon@
2007-10-05 14:19:46 +00:00

27 lines
546 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/10/05 14:19:46 jasper Exp $
COMMENT= XMPP perl library
DISTNAME= Net-XMPP-1.02
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
RUN_DEPENDS= ::security/p5-Digest-SHA1 \
::textproc/p5-XML-Stream
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Net-XMPP
${INSTALL_DATA} ${WRKSRC}/examples/*.pl \
${PREFIX}/share/examples/p5-Net-XMPP
.include <bsd.port.mk>