a43500c7f5
Report by : Marc Mattro <marcm@lectroid.net>
26 lines
565 B
Makefile
26 lines
565 B
Makefile
# $OpenBSD: Makefile,v 1.15 2003/06/14 10:02:26 shell Exp $
|
|
|
|
COMMENT= "perl interface to the libxml2 library"
|
|
|
|
VERSION= 1.54
|
|
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>
|