df4e1203e4
ok jasper@ (final commit)
23 lines
453 B
Makefile
23 lines
453 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/12/03 11:46:50 ajacoutot Exp $
|
|
|
|
COMMENT= SAX2 writer
|
|
|
|
MODULES= cpan
|
|
DISTNAME= XML-SAX-Writer-0.52
|
|
REVISION= 0
|
|
CATEGORIES= textproc
|
|
USE_GROFF = Yes
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= converters/p5-Text-Iconv \
|
|
textproc/p5-XML-SAX \
|
|
textproc/p5-XML-NamespaceSupport \
|
|
textproc/p5-XML-Filter-BufferText
|
|
|
|
.include <bsd.port.mk>
|