19 lines
357 B
Makefile
19 lines
357 B
Makefile
# $OpenBSD: Makefile,v 1.11 2020/07/03 21:45:53 sthen Exp $
|
|
|
|
COMMENT= subclass for non-blocking (incremental) parsing
|
|
|
|
DISTNAME= XML-SAX-Expat-Incremental-0.05
|
|
REVISION= 1
|
|
CATEGORIES= textproc
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
RUN_DEPENDS= textproc/p5-XML-SAX-Expat
|
|
TEST_DEPENDS= devel/p5-Test-Exception
|
|
|
|
.include <bsd.port.mk>
|