Merge branch 'staged'
[dports.git] / devel / p5-Class-Declare / Makefile
1 PORTNAME=       Class-Declare
2 PORTVERSION=    0.19
3 CATEGORIES=     devel perl5
4 MASTER_SITES=   CPAN
5 PKGNAMEPREFIX=  p5-
6
7 MAINTAINER=     simarg@gmail.com
8 COMMENT=        Perl module for declare classes
9 WWW=            https://metacpan.org/release/Class-Declare
10
11 TEST_DEPENDS=   p5-Test-Exception>=0.15:devel/p5-Test-Exception
12
13 NO_ARCH=        yes
14 USES=           perl5
15 USE_PERL5=      configure
16
17 .include <bsd.port.mk>