Merge branch 'staged'
[dports.git] / devel / p5-Module-Implementation / Makefile
1 PORTNAME=       Module-Implementation
2 PORTVERSION=    0.09
3 PORTREVISION=   1
4 CATEGORIES=     devel perl5
5 MASTER_SITES=   CPAN
6 PKGNAMEPREFIX=  p5-
7
8 MAINTAINER=     sunpoet@FreeBSD.org
9 COMMENT=        Loads one of several alternate underlying implementations for a module
10 WWW=            https://metacpan.org/release/Module-Implementation
11
12 LICENSE=        ART20
13
14 BUILD_DEPENDS=  ${RUN_DEPENDS}
15 RUN_DEPENDS=    p5-Module-Runtime>=0.012:devel/p5-Module-Runtime \
16                 p5-Try-Tiny>=0:lang/p5-Try-Tiny
17 TEST_DEPENDS=   p5-Test-Fatal>=0.006:devel/p5-Test-Fatal \
18                 p5-Test-NoTabs>=0:devel/p5-Test-NoTabs \
19                 p5-Test-Requires>=0:devel/p5-Test-Requires \
20                 p5-Test-Taint>=0:devel/p5-Test-Taint
21
22 USES=           perl5
23 USE_PERL5=      configure
24
25 NO_ARCH=        yes
26
27 .include <bsd.port.mk>