23 lines
368 B
Makefile
Raw Normal View History

2013-03-11 11:35:43 +00: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 15:50:05 +00:00
REVISION= 6
CATEGORIES= textproc
2010-10-19 07:54:21 +00:00
USE_GROFF = Yes
2010-11-20 19:56:47 +00:00
LIB_DEPENDS= textproc/libxml
2010-12-22 19:50:05 +00:00
# perl
PERMIT_PACKAGE_CDROM= Yes
2010-12-22 19:50:05 +00:00
2012-08-23 15:50:05 +00:00
WANTLIB += c m z xml2>=7
2010-12-22 19:50:05 +00:00
MODULES= cpan \
converters/libiconv
.include <bsd.port.mk>