20 lines
408 B
Makefile
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>
|