Index: head/devel/p5-Test-Simple/Makefile =================================================================== --- head/devel/p5-Test-Simple/Makefile (revision 390488) +++ head/devel/p5-Test-Simple/Makefile (revision 390489) @@ -1,20 +1,22 @@ # Created by: Shell Hung # $FreeBSD$ PORTNAME= Test-Simple PORTVERSION= 1.001.014 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Basic utilities for writing tests in perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual +CONFLICTS= p5-Test-Tester-[0-9]* p5-Test-use-ok-[0-9]* + USES= perl5 USE_PERL5= configure .include Index: head/devel/p5-Test-Tester/Makefile =================================================================== --- head/devel/p5-Test-Tester/Makefile (revision 390488) +++ head/devel/p5-Test-Tester/Makefile (revision 390489) @@ -1,28 +1,32 @@ # Created by: Alex Kapranoff # $FreeBSD$ PORTNAME= Test-Tester PORTVERSION= 0.10.9 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:FDALY PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Helps to test various Test::Builder derivatives +CONFLICTS= p5-Test-Simple-1.001.0[1-9]* +DEPRECATED= Part of p5-Test-Simple (use that instead), and included in perl 5.22 +EXPIRATION_DATE=2015-07-24 + USES= perl5 USE_PERL5= configure INSTALL_TARGET= pure_install OPTIONS_DEFINE= DOCS PORTDOCS= CHANGES post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/devel/p5-Test-use-ok/Makefile =================================================================== --- head/devel/p5-Test-use-ok/Makefile (revision 390488) +++ head/devel/p5-Test-use-ok/Makefile (revision 390489) @@ -1,17 +1,21 @@ # Created by: Lars Balker Rasmussen # $FreeBSD$ PORTNAME= Test-use-ok PORTVERSION= 0.11 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Alternative to Test::More::use_ok +CONFLICTS= p5-Test-Simple-1.001.0[1-9]* +DEPRECATED= Part of devel/p5-Test-Simple (use that instead), and included in perl 5.22 +EXPIRATION_DATE=2015-07-24 + USES= perl5 USE_PERL5= configure -.include +.include