26 lines
565 B
Makefile
26 lines
565 B
Makefile
# $OpenBSD: Makefile,v 1.14 2002/12/29 20:19:09 fgsch Exp $
|
|
|
|
COMMENT= "perl interface to the libxml2 library"
|
|
|
|
VERSION= 1.51
|
|
DISTNAME= XML-LibXML-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
|
|
|
LIB_DEPENDS= xml2.6::textproc/libxml
|
|
RUN_DEPENDS= :p5-XML-SAX-*:textproc/p5-XML-SAX
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|