5bd4a0422a
--- libxml-perl is a collection of smaller Perl modules, scripts, and documents for working with XML in Perl. p5-libxml software works in combination with XML::Parser, PerlSAX, XML::DOM, XML::Grove and others. Maintainer : ports@OpenBSD.org ps. This module will be uses in the update of p5-XML-DOM. contacting avsm@
24 lines
528 B
Makefile
24 lines
528 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/01/05 14:52:09 shell Exp $
|
|
|
|
COMMENT= "perl module collection for working with XML"
|
|
|
|
VERSION= 0.07
|
|
DISTNAME= libxml-perl-${VERSION}
|
|
PKGNAME= p5-Libxml-${VERSION}
|
|
CATEGORIES= textproc perl5
|
|
NEED_VERSION= 1.504
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= XML
|
|
|
|
RUN_DEPENDS= ::textproc/p5-XML-Parser
|
|
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>
|