diff options
-rw-r--r-- | games/p5-Games-Bingo/Makefile | 14 | ||||
-rw-r--r-- | games/p5-Games-Bingo/distinfo | 4 | ||||
-rw-r--r-- | games/p5-Games-Bingo/pkg-plist | 3 |
3 files changed, 6 insertions, 15 deletions
diff --git a/games/p5-Games-Bingo/Makefile b/games/p5-Games-Bingo/Makefile index 69d82790a6a3..4bc8bad2f8c2 100644 --- a/games/p5-Games-Bingo/Makefile +++ b/games/p5-Games-Bingo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Games-Bingo -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= games perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Games @@ -15,10 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= A bingo game Perl implementation -BUILD_DEPENDS= ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Games::Bingo.3 \ Games::Bingo::Card.3 \ @@ -28,11 +25,8 @@ MAN3= Games::Bingo.3 \ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500601 -# damn old MakeMaker... -post-configure: - ${PERL} -pi -e 's,/usr/local/,\$$(PREFIX)/,g' ${WRKSRC}/Makefile -.endif +post-patch: + @${PERL} -pi -e '$$_="" if /Test::/' ${WRKSRC}/Build.PL post-install: .ifndef(NOPORTDOCS) diff --git a/games/p5-Games-Bingo/distinfo b/games/p5-Games-Bingo/distinfo index 60753df2445f..a3f29ea0c878 100644 --- a/games/p5-Games-Bingo/distinfo +++ b/games/p5-Games-Bingo/distinfo @@ -1,2 +1,2 @@ -MD5 (Games-Bingo-0.12.tar.gz) = 86d9a47af7c822a124c6571e4165eea7 -SIZE (Games-Bingo-0.12.tar.gz) = 17521 +MD5 (Games-Bingo-0.13.tar.gz) = 59e370555019d56478a39941e4b47b2c +SIZE (Games-Bingo-0.13.tar.gz) = 20628 diff --git a/games/p5-Games-Bingo/pkg-plist b/games/p5-Games-Bingo/pkg-plist index 4acb55fb70ee..17b6388b48d3 100644 --- a/games/p5-Games-Bingo/pkg-plist +++ b/games/p5-Games-Bingo/pkg-plist @@ -3,10 +3,7 @@ %%SITE_PERL%%/Games/Bingo/Column.pm %%SITE_PERL%%/Games/Bingo/ColumnCollection.pm %%SITE_PERL%%/Games/Bingo/Constants.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo/.packlist %%PORTDOCS%%%%EXAMPLESDIR%%/bingo.pl %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games 2>/dev/null || true @dirrm %%SITE_PERL%%/Games/Bingo @unexec rmdir %D/%%SITE_PERL%%/Games 2>/dev/null || true |