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