Merge branch 'staged'
[dports.git] / devel / p5-Data-Object-Role-Arguable / Makefile
1 PORTNAME=       Data-Object-Role-Arguable
2 PORTVERSION=    0.01
3 CATEGORIES=     devel perl5
4 MASTER_SITES=   CPAN
5 PKGNAMEPREFIX=  p5-
6
7 MAINTAINER=     sunpoet@FreeBSD.org
8 COMMENT=        Arguable Role for Data::Object
9 WWW=            https://metacpan.org/release/Data-Object-Role-Arguable
10
11 LICENSE=        APACHE20
12
13 BUILD_DEPENDS=  ${RUN_DEPENDS}
14 RUN_DEPENDS=    p5-Data-Object-Role-Buildable>=0.03:devel/p5-Data-Object-Role-Buildable \
15                 p5-Moo>=2.004000:devel/p5-Moo \
16                 p5-routines>=0:devel/p5-routines
17 TEST_DEPENDS=   p5-Test-Auto>=0.10:devel/p5-Test-Auto
18
19 USES=           perl5
20 USE_PERL5=      configure
21
22 NO_ARCH=        yes
23
24 .include <bsd.port.mk>