29 lines
534 B
Makefile
29 lines
534 B
Makefile
# $OpenBSD: Makefile,v 1.35 2011/01/03 19:14:28 jasper Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= perl interface to the libxml2 library
|
|
|
|
DISTNAME= XML-LibXML-1.69
|
|
REVISION= 3
|
|
CATEGORIES= textproc
|
|
USE_GROFF = Yes
|
|
|
|
LIB_DEPENDS= textproc/libxml
|
|
RUN_DEPENDS= textproc/p5-LibXML-Common \
|
|
textproc/p5-XML-SAX
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan \
|
|
converters/libiconv
|
|
|
|
WANTLIB= m z xml2>=6
|
|
|
|
.include <bsd.port.mk>
|