openbsd-ports/textproc/p5-XML-Stream/Makefile
jasper 38f213d83d import p5-XML-Stream 1.22
This module provides the user with methods to connect to a remote
server, send a stream of XML to the server, and receive/parse an XML
stream from the server.

ok simon@
2007-10-05 14:16:57 +00:00

20 lines
408 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/10/05 14:16:57 jasper Exp $
COMMENT= creates and XML Stream connection and parses return data
DISTNAME= XML-Stream-1.22
CATEGORIES= textproc
MODULES= cpan
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::security/p5-Authen-SASL \
::security/p5-IO-Socket-SSL
.include <bsd.port.mk>