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

23 lines
453 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 2010/12/03 11:46:50 ajacoutot 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
REVISION= 0
2006-11-14 14:09:32 -05:00
CATEGORIES= textproc
2010-10-19 03:54:21 -04:00
USE_GROFF = Yes
2006-11-14 14:09:32 -05:00
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-20 14:56:47 -05:00
RUN_DEPENDS= converters/p5-Text-Iconv \
textproc/p5-XML-SAX \
textproc/p5-XML-NamespaceSupport \
textproc/p5-XML-Filter-BufferText
2006-11-14 14:09:32 -05:00
.include <bsd.port.mk>