mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
29 lines
527 B
Makefile
29 lines
527 B
Makefile
COMMENT = perl binding for libxml2
|
|
|
|
DISTNAME = XML-LibXML-2.0213
|
|
EPOCH = 0
|
|
CPAN_AUTHOR = TODDR
|
|
|
|
CATEGORIES = textproc
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c perl xml2
|
|
|
|
MODULES = cpan
|
|
RUN_DEPENDS = textproc/p5-XML-NamespaceSupport \
|
|
textproc/p5-XML-SAX \
|
|
textproc/p5-XML-SAX-Base
|
|
LIB_DEPENDS = textproc/libxml
|
|
TEST_DEPENDS = devel/p5-Test-LeakTrace
|
|
|
|
CONFIGURE_ENV = SKIP_SAX_INSTALL=1
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|