8912fe7c2e
- Use real PORTVERSION - Use CONFLICTS_INSTALL instead of CONFLICTS - Update CONFLICTS_INSTALL - Add NO_ARCH Changes: http://search.cpan.org/dist/Test-Simple/Changes
40 lines
1.1 KiB
Makefile
40 lines
1.1 KiB
Makefile
# Created by: Frederic Culot <culot@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Test-CleanNamespaces
|
|
PORTVERSION= 0.18
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= culot@FreeBSD.org
|
|
COMMENT= Check for uncleaned imports
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-File-Find-Rule>0:devel/p5-File-Find-Rule \
|
|
p5-File-Find-Rule-Perl>0:devel/p5-File-Find-Rule-Perl \
|
|
p5-Module-Runtime>0:devel/p5-Module-Runtime \
|
|
p5-Package-Stash>=0.14:devel/p5-Package-Stash \
|
|
p5-Sub-Exporter>0:devel/p5-Sub-Exporter \
|
|
p5-Sub-Identify>0:devel/p5-Sub-Identify \
|
|
p5-namespace-clean>0:devel/p5-namespace-clean
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Deep>0:devel/p5-Test-Deep \
|
|
p5-Test-Requires>0:devel/p5-Test-Requires \
|
|
p5-Test-Warnings>=0.009:devel/p5-Test-Warnings
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
PLIST_FILES= %%SITE_PERL%%/Test/CleanNamespaces.pm \
|
|
%%PERL5_MAN3%%/Test::CleanNamespaces.3.gz
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 502200
|
|
TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|