blob: 6c8b153ea590f2f3afea0c89fe114a6ccd937ced (
plain) (
blame)
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
27
28
|
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PORTNAME= Data-Object
PORTVERSION= 0.93
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Data Type Objects for Perl 5
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Function-Parameters>=2.001003:devel/p5-Function-Parameters \
p5-Import-Into>=1.002005:devel/p5-Import-Into \
p5-Moo>=2.000001:devel/p5-Moo \
p5-Try-Tiny>=0.30:lang/p5-Try-Tiny \
p5-Type-Tiny>=1.000005:devel/p5-Type-Tiny
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|