openbsd-ports/textproc/p5-XML-LibXML/Makefile
2002-03-15 06:59:17 +00:00

28 lines
591 B
Makefile

# $OpenBSD: Makefile,v 1.10 2002/03/15 06:59:17 shell Exp $
COMMENT= "perl interface to the libxml2 library"
VERSION= 1.40
DISTNAME= XML-LibXML-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
NEED_VERSION= 1.504
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
MAINTAINER= Shell Hung <shell@openbsd.org>
LIB_DEPENDS= xml2.6::textproc/libxml
RUN_DEPENDS= ::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>