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

20 lines
393 B
Makefile
Raw Normal View History

2011-03-17 08:22:18 -04:00
# $OpenBSD: Makefile,v 1.7 2011/03/17 12:22:18 jasper 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= 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>