openbsd-ports/textproc/p5-XML-LibXML/Makefile

30 lines
464 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $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
2012-11-23 02:47:48 -05:00
REVISION= 2
CATEGORIES= textproc
2003-11-15 10:12:53 -05:00
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
2008-05-06 18:02:50 -04:00
2012-11-23 02:47:48 -05:00
WANTLIB += m xml2 z
2012-08-23 12:02:37 -04:00
2012-11-23 02:47:48 -05:00
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}
2011-01-03 14:14:28 -05:00
.include <bsd.port.mk>