summaryrefslogtreecommitdiff
path: root/textproc/p5-Perl-MinimumVersion/Makefile
blob: ad033cb9c6de928d8ffed87d7dee3c634c8c8fa5 (plain) (blame)
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
PORTNAME=	Perl-MinimumVersion
PORTVERSION=	1.44
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Find a minimum required version of perl for Perl code
WWW=		https://metacpan.org/release/Perl-MinimumVersion

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-File-Find-Rule>=0:devel/p5-File-Find-Rule \
		p5-File-Find-Rule-Perl>=0:devel/p5-File-Find-Rule-Perl \
		p5-PPI>=1.215:textproc/p5-PPI \
		p5-PPIx-Regexp>=0.033:textproc/p5-PPIx-Regexp \
		p5-PPIx-Utils>=0:textproc/p5-PPIx-Utils \
		p5-Params-Util>=0.25:devel/p5-Params-Util
TEST_DEPENDS=	p5-Test-Script>=0:devel/p5-Test-Script \
		p5-Safe-Isa>=0:devel/p5-Safe-Isa

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>