6950583aec
perl interface for several perl XML modules --- XML::LibXML::Common contains several constants and functions that are shared by XML::LibXML, XML::GDOME and XML::LibXSLT (not all done, yet)
24 lines
548 B
Makefile
24 lines
548 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/06/14 10:22:42 shell Exp $
|
|
|
|
COMMENT= "perl interface for several perl XML modules"
|
|
|
|
VERSION= 0.13
|
|
DISTNAME= XML-LibXML-Common-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
LIB_DEPENDS= xml2.7::textproc/libxml
|
|
RUN_DEPENDS= :p5-XML-LibXML->=1.54:textproc/p5-XML-LibXML
|
|
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>
|