freebsd-ports/devel/p5-Data-Validator/Makefile
2017-09-15 08:58:46 +00:00

26 lines
560 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Data-Validator
PORTVERSION= 1.07
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Rule based validator on type constraint system
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Mouse>=0.93:devel/p5-Mouse
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Moose>=0:devel/p5-Moose \
p5-Test-Requires>=0:devel/p5-Test-Requires
NO_ARCH= yes
USE_PERL5= modbuild
USES= perl5
.include <bsd.port.mk>