openbsd-ports/textproc/p5-XML-SAX-Writer/Makefile

21 lines
430 B
Makefile
Raw Normal View History

2009-02-04 07:56:38 -05:00
# $OpenBSD: Makefile,v 1.3 2009/02/04 12:56:38 jasper Exp $
2006-11-14 14:09:32 -05:00
COMMENT= SAX2 writer
2006-11-14 14:09:32 -05:00
MODULES= cpan
2009-02-04 07:56:38 -05:00
DISTNAME= XML-SAX-Writer-0.52
2006-11-14 14:09:32 -05:00
CATEGORIES= textproc
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2009-02-04 07:56:38 -05:00
RUN_DEPENDS= ::converters/p5-Text-Iconv \
::textproc/p5-XML-SAX \
2006-11-14 14:09:32 -05:00
::textproc/p5-XML-NamespaceSupport \
::textproc/p5-XML-Filter-BufferText
.include <bsd.port.mk>