18 lines
293 B
Makefile
18 lines
293 B
Makefile
|
COMMENT = lightweight regexp-based XML parser
|
||
|
|
||
|
DISTNAME = XML-Parser-Lite-0.722
|
||
|
CATEGORIES = textproc
|
||
|
REVISION = 0
|
||
|
|
||
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
TEST_DEPENDS = devel/p5-Test-Requires
|
||
|
|
||
|
.include <bsd.port.mk>
|