aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-MooseX-Types-VariantTable/Makefile
blob: 2d07652c2df5bd3767f49374fe16ec9adcbc0e62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Wen Heping <wen@FreeBSD.org>

PORTNAME=	MooseX-Types-VariantTable
PORTVERSION=	0.04
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Type constraint based variant table

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-MooseX-Types-Structured>=0.12:devel/p5-MooseX-Types-Structured \
		p5-MooseX-Clone>=0.03:devel/p5-MooseX-Clone
TEST_DEPENDS=	p5-Test-Exception>=0:devel/p5-Test-Exception

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>