mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
1f39d24fd9
Changes: https://metacpan.org/changes/distribution/MooseX-Params-Validate Please see the above URL for backward-incompatible changes.
27 lines
700 B
Makefile
27 lines
700 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= MooseX-Params-Validate
|
|
PORTVERSION= 0.21
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Extension of Params::Validate for using Moose types
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Devel-Caller>=0:${PORTSDIR}/devel/p5-Devel-Caller \
|
|
p5-Moose>=0.58:${PORTSDIR}/devel/p5-Moose \
|
|
p5-Params-Validate>=0.88:${PORTSDIR}/devel/p5-Params-Validate \
|
|
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|