summaryrefslogtreecommitdiffstats
path: root/devel/p5-Test-CleanNamespaces/Makefile
blob: 43457e6e66df74f2899172d9ddf835e6ba42b9df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Created by: Frederic Culot <culot@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Test-CleanNamespaces
PORTVERSION=	0.22
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-Module-Runtime>0:devel/p5-Module-Runtime \
		p5-Package-Stash>=0.14:devel/p5-Package-Stash \
		p5-Sub-Identify>0:devel/p5-Sub-Identify
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Test-Deep>0:devel/p5-Test-Deep \
		p5-Test-Needs>0:devel/p5-Test-Needs \
		p5-Test-Warnings>=0.009:devel/p5-Test-Warnings \
		p5-namespace-clean>0:devel/p5-namespace-clean

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure

PLIST_FILES=	%%SITE_PERL%%/Test/CleanNamespaces.pm \
		%%PERL5_MAN3%%/Test::CleanNamespaces.3.gz

.include <bsd.port.mk>
OpenPOWER on IntegriCloud