2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.40 2013/03/11 11:42:45 espie Exp $
|
2004-01-17 10:58:06 -05:00
|
|
|
|
2007-01-21 16:46:20 -05:00
|
|
|
SHARED_ONLY= Yes
|
2001-05-20 22:56:47 -04:00
|
|
|
|
2007-09-15 16:59:36 -04:00
|
|
|
COMMENT= perl interface to the libxml2 library
|
2001-05-20 22:56:47 -04:00
|
|
|
|
2008-12-08 10:18:20 -05:00
|
|
|
DISTNAME= XML-LibXML-1.69
|
2011-01-05 13:18:25 -05:00
|
|
|
EPOCH= 0
|
2001-05-20 22:56:47 -04:00
|
|
|
|
2012-11-23 02:47:48 -05:00
|
|
|
REVISION= 2
|
|
|
|
|
|
|
|
CATEGORIES= textproc
|
2001-05-20 22:56:47 -04:00
|
|
|
|
2003-11-15 10:12:53 -05:00
|
|
|
# GPL/Artistic
|
2001-05-20 22:56:47 -04:00
|
|
|
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
|
|
|
|
2001-05-20 22:56:47 -04:00
|
|
|
.include <bsd.port.mk>
|