mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
b10ce23dfe
from wen heping (maintainer) with tweaks by me.
33 lines
673 B
Makefile
33 lines
673 B
Makefile
COMMENT = type constraints and coercions for Perl
|
|
|
|
DISTNAME = Specio-0.51
|
|
CPAN_AUTHOR = DROLSKY
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Wen Heping <wenheping2000@hotmail.com>
|
|
|
|
# Artistic 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
RUN_DEPENDS = devel/p5-Clone \
|
|
devel/p5-Devel-StackTrace \
|
|
devel/p5-Eval-Closure \
|
|
devel/p5-MRO-Compat \
|
|
devel/p5-Module-Runtime \
|
|
devel/p5-Ref-Util \
|
|
devel/p5-Role-Tiny>=1.003003 \
|
|
devel/p5-Sub-Quote \
|
|
devel/p5-Try-Tiny \
|
|
devel/p5-Clone-Choose
|
|
TEST_DEPENDS = devel/p5-Moo \
|
|
devel/p5-Test-Fatal \
|
|
devel/p5-Test-Needs \
|
|
devel/p5-namespace-autoclean \
|
|
textproc/p5-XString
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|