aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Data-Domain/Makefile
blob: 965f2b25cd296391189cf1f3d11a9c5c74e595f7 (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
29
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Data-Domain
PORTVERSION=    1.04
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Data description and validation

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

BUILD_DEPENDS=  p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \
        p5-Scalar-Does>=0.007:${PORTSDIR}/devel/p5-Scalar-Does \
        p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
        p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
        p5-experimental>=0:${PORTSDIR}/devel/p5-experimental
RUN_DEPENDS:=   ${BUILD_DEPENDS}
TEST_DEPENDS=   p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \
        p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage

PERL_MODBUILD=  yes

MAN3=       Data::Domain.3

.include <bsd.port.mk>