21 lines
432 B
Makefile
21 lines
432 B
Makefile
# $OpenBSD: Makefile,v 1.7 2015/01/20 09:55:23 benoit Exp $
|
|
|
|
COMMENT = extension of Params::Validate for using Moose types
|
|
|
|
MODULES = cpan
|
|
DISTNAME = MooseX-Params-Validate-0.19
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Devel-Caller \
|
|
devel/p5-Moose \
|
|
devel/p5-Params-Validate \
|
|
devel/p5-Sub-Exporter
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Exception \
|
|
devel/p5-Test-Fatal
|
|
|
|
.include <bsd.port.mk>
|