30 lines
543 B
Makefile
30 lines
543 B
Makefile
# $OpenBSD: Makefile,v 1.37 2011/09/16 11:41:41 espie Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= perl interface to the libxml2 library
|
|
|
|
DISTNAME= XML-LibXML-1.69
|
|
REVISION= 0
|
|
EPOCH= 0
|
|
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>
|