Prune sysutils/rubygem-fluent-mixin-plaintextformatter
[dports.git] / devel / p5-Data-Domain / Makefile
1 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Data-Domain
5 PORTVERSION=    1.06
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     sunpoet@FreeBSD.org
12 COMMENT=        Data description and validation
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \
18                 p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
19                 p5-Scalar-Does>=0.007:${PORTSDIR}/devel/p5-Scalar-Does \
20                 p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
21                 p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
22                 p5-experimental>=0:${PORTSDIR}/devel/p5-experimental
23 RUN_DEPENDS:=   ${BUILD_DEPENDS}
24 TEST_DEPENDS=   p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \
25                 p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage
26
27 USE_PERL5=      modbuild
28 USES=           perl5
29
30 .include <bsd.port.mk>