Files
2026-05-28 17:07:43 +00:00

21 lines
358 B
Makefile

COMMENT = perl module for parsing XML documents
DISTNAME = XML-Parser-2.59
CPAN_AUTHOR = TODDR
CATEGORIES = textproc
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
WANTLIB = c expat perl
MODULES = cpan
BUILD_DEPENDS = devel/p5-File-ShareDir-Install>=0.06
RUN_DEPENDS = devel/p5-File-ShareDir
.include <bsd.port.mk>