Hi Porters, this patch lets p5-Path-Class make use of MODULES=cpan and CPAN_AUTHOR=, revision bumped and tested without regressions on i386 and sparc64.
Comments? Kind regards, Simon
Index: Makefile =================================================================== RCS file: /cvs/ports/devel/p5-Path-Class/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 2006/11/04 17:25:02 1.1.1.1 +++ Makefile 2006/11/25 14:26:54 @@ -3,8 +3,8 @@ COMMENT= "cross-platform path manipulation" DISTNAME= Path-Class-0.15 -PKGNAME= p5-${DISTNAME} -CATEGORIES= devel perl5 +PKGNAME= p5-${DISTNAME}p0 +CATEGORIES= devel MAINTAINER= Simon Dassow <[EMAIL PROTECTED]> @@ -14,11 +14,10 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -# Looks like a cpan bug to me ? -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/K/KW/KWILLIAMS/} +MODULES= cpan -CONFIGURE_STYLE=perl modbuild +CPAN_AUTHOR= KWILLIAMS -PKG_ARCH= * +CONFIGURE_STYLE=modbuild .include <bsd.port.mk>