18 lines
341 B
Makefile
18 lines
341 B
Makefile
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:42:45 espie Exp $
|
|
|
|
COMMENT= creates and XML Stream connection and parses return data
|
|
|
|
DISTNAME= XML-Stream-1.23
|
|
CATEGORIES= textproc
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
# LGPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= security/p5-Authen-SASL \
|
|
security/p5-IO-Socket-SSL
|
|
|
|
.include <bsd.port.mk>
|