22 lines
404 B
Makefile
22 lines
404 B
Makefile
# $OpenBSD: Makefile,v 1.29 2019/07/12 20:50:09 sthen Exp $
|
|
|
|
COMMENT= trivial perl API for reading/writing XML
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
DISTNAME= XML-Simple-2.25
|
|
|
|
CATEGORIES= textproc
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= textproc/p5-XML-NamespaceSupport>=1.04 \
|
|
textproc/p5-XML-SAX-Expat \
|
|
textproc/p5-XML-SAX>=0.15
|
|
|
|
MAKE_ENV+= TEST_POD=Yes AUTHOR_TESTING=Yes
|
|
|
|
.include <bsd.port.mk>
|