2f508e0407
- bump need_version - use distinfo
27 lines
619 B
Makefile
27 lines
619 B
Makefile
# $OpenBSD: Makefile,v 1.5 2002/02/10 02:52:26 shell Exp $
|
|
|
|
COMMENT= "trivial perl API for reading/writing XML"
|
|
|
|
DISTNAME= XML-Simple-1.08
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
NEED_VERSION= 1.504
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= XML
|
|
|
|
HOMEPAGE= http://www.web.co.nz/~grantm/cpan/
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
BUILD_DEPENDS= ::textproc/p5-XML-Parser \
|
|
::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>
|