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

23 lines
368 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.19 2013/03/11 11:42:43 espie Exp $
SHARED_ONLY= Yes
COMMENT= perl interface for several perl XML modules
DISTNAME= XML-LibXML-Common-0.13
2012-08-23 11:50:05 -04:00
REVISION= 6
CATEGORIES= textproc
2010-10-19 03:54:21 -04:00
USE_GROFF = Yes
2010-11-20 14:56:47 -05:00
LIB_DEPENDS= textproc/libxml
2010-12-22 14:50:05 -05:00
# perl
PERMIT_PACKAGE_CDROM= Yes
2010-12-22 14:50:05 -05:00
2012-08-23 11:50:05 -04:00
WANTLIB += c m z xml2>=7
2010-12-22 14:50:05 -05:00
MODULES= cpan \
converters/libiconv
.include <bsd.port.mk>