blob: 5518a0954ab057d8fc16c81a93440c2a8ec6e784 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Created by: Kurt Lidl <kurt.lidl@cello.com>
# $FreeBSD$
PORTNAME= Data-Rx
PORTVERSION= 0.200007
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl implementation of Rx schema system
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-File-Find-Rule>=0:devel/p5-File-Find-Rule \
p5-JSON>=2:converters/p5-JSON \
p5-Number-Tolerant>=0:devel/p5-Number-Tolerant
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \
p5-Try-Tiny>=0:lang/p5-Try-Tiny
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|