openbsd-ports/textproc/p5-XML-LibXML/Makefile
2013-03-11 11:35:43 +00:00

30 lines
464 B
Makefile

# $OpenBSD: Makefile,v 1.40 2013/03/11 11:42:45 espie Exp $
SHARED_ONLY= Yes
COMMENT= perl interface to the libxml2 library
DISTNAME= XML-LibXML-1.69
EPOCH= 0
REVISION= 2
CATEGORIES= textproc
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += m xml2 z
MODULES= converters/libiconv \
cpan
USE_GROFF = Yes
LIB_DEPENDS= textproc/libxml
RUN_DEPENDS= textproc/p5-LibXML-Common \
textproc/p5-XML-SAX
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>