openbsd-ports/textproc/p5-LibXML-Common/Makefile
shell 6950583aec Initial import of p5-XML-LibXML-Common-0.13
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)
2003-06-14 10:22:42 +00:00

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>