mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
21 lines
358 B
Makefile
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>
|