aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Class-Declare/Makefile
blob: dc15441dfaeda25c299ee743215e952a227cc92a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	Class-Declare
PORTVERSION=	0.19
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	simarg@gmail.com
COMMENT=	Perl module for declare classes
WWW=		https://metacpan.org/release/Class-Declare

TEST_DEPENDS=	p5-Test-Exception>=0.15:devel/p5-Test-Exception

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>