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

17 lines
314 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:42:45 espie Exp $
2006-11-14 14:09:32 -05:00
COMMENT= SAX2 writer
2006-11-14 14:09:32 -05:00
MODULES= cpan
2011-03-17 08:22:18 -04:00
DISTNAME= XML-SAX-Writer-0.53
2006-11-14 14:09:32 -05:00
CATEGORIES= textproc
# perl
PERMIT_PACKAGE_CDROM= Yes
2011-03-17 08:22:18 -04:00
RUN_DEPENDS= textproc/p5-XML-SAX \
2010-11-20 14:56:47 -05:00
textproc/p5-XML-NamespaceSupport \
textproc/p5-XML-Filter-BufferText
2006-11-14 14:09:32 -05:00
.include <bsd.port.mk>