17 lines
314 B
Makefile
17 lines
314 B
Makefile
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:42:45 espie Exp $
|
|
|
|
COMMENT= SAX2 writer
|
|
|
|
MODULES= cpan
|
|
DISTNAME= XML-SAX-Writer-0.53
|
|
CATEGORIES= textproc
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= textproc/p5-XML-SAX \
|
|
textproc/p5-XML-NamespaceSupport \
|
|
textproc/p5-XML-Filter-BufferText
|
|
|
|
.include <bsd.port.mk>
|