Hi list, another update to use MODULES=cpan, revision bumped. Tested on i386 and sparc64 with no regressions.
Any comments? Kind regards, Simon
Index: Makefile =================================================================== RCS file: /cvs/ports/devel/p5-Config-Any/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 2006/11/04 14:45:56 1.1.1.1 +++ Makefile 2006/11/25 14:40:47 @@ -3,8 +3,8 @@ COMMENT= "load various configuration file formats" DISTNAME= Config-Any-0.04 -PKGNAME= p5-${DISTNAME} -CATEGORIES= devel perl5 +PKGNAME= p5-${DISTNAME}p0 +CATEGORIES= devel MAINTAINER= Simon Dassow <[EMAIL PROTECTED]> @@ -14,20 +14,17 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/} +MODULES= cpan -CONFIGURE_STYLE=perl modbuild +CONFIGURE_STYLE=modbuild RUN_DEPENDS= ::devel/p5-version # All of these would be needed to parse all these configuration # formats. -REGRESS_DEPENDS=${RUN_DEPENDS} \ - ::devel/p5-Config-Tiny \ +REGRESS_DEPENDS=::devel/p5-Config-Tiny \ ::converters/p5-JSON \ ::devel/p5-YAML \ ::devel/p5-Config-General \ - -PKG_ARCH= * .include <bsd.port.mk>