blob: c5c08946422db6dcaec19f7d2c0c39cae00eb2c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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
WWW= https://metacpan.org/release/MooseX-Types-VariantTable
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>
|