afresh1 389e08b363 Import devel/p5-Params-ValidationCompiler
Create a customized, optimized, non-lobotomized, uncompromised, and
thoroughly specialized parameter checking subroutine.

From wen heping <wenheping2000 () hotmail ! com>
Cleanup and OK cwen@
2019-08-25 23:09:01 +00:00

27 lines
583 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2019/08/25 23:09:01 afresh1 Exp $
COMMENT = build an optimized subroutine parameter validator
DISTNAME = Params-ValidationCompiler-0.30
CATEGORIES = devel
# Artistic 2.0
PERMIT_PACKAGE = Yes
MAINTAINER = Wen Heping <wenheping2000@hotmail.com>
MODULES = cpan
RUN_DEPENDS = devel/p5-Eval-Closure \
devel/p5-Exception-Class
TEST_DEPENDS = devel/p5-Moose \
devel/p5-Specio>=0.14 \
devel/p5-Test-Without-Module \
devel/p5-Test2-Plugin-NoWarnings \
devel/p5-Test2-Suite \
devel/p5-Type-Tiny
PKG_ARCH = *
.include <bsd.port.mk>