mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
30 lines
758 B
Makefile
30 lines
758 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= Data-Domain
|
|
PORTVERSION= 1.07
|
|
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= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Date-Calc>=0:devel/p5-Date-Calc \
|
|
p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
|
|
p5-Scalar-Does>=0.007:devel/p5-Scalar-Does \
|
|
p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \
|
|
p5-Try-Tiny>=0:lang/p5-Try-Tiny \
|
|
p5-experimental>=0:devel/p5-experimental
|
|
TEST_DEPENDS= p5-Test-Pod>=1.14:devel/p5-Test-Pod \
|
|
p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|