c79cbbd3f9
-- XML::Simple is a Perl module that makes it really easy to read and write XML files. You can get a full rundown of the module's capabilities and limitations in the manual page. XML::Simple was originally developed for the purpose of reading and writing config files in XML format (which offers various advantages over say .INI format). Having said that, many people find it useful for other purposes.
26 lines
694 B
Makefile
26 lines
694 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/21 19:27:54 avsm Exp $
|
|
|
|
DISTNAME= XML-Simple-1.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
NEED_VERSION= 1.348
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= XML
|
|
|
|
HOMEPAGE= http://www.web.co.nz/~grantm/cpan/
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
PERL_MODULES= ${LOCALBASE}/libdata/perl5/site_perl/${ARCH}-openbsd
|
|
BUILD_DEPENDS= ${PERL_MODULES}/XML/Parser.pm::textproc/p5-XML-Parser \
|
|
${PERL_MODULES}/Storable.pm::devel/p5-Storable
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|