openbsd-ports/devel/p5-Devel-Caller/Makefile
2022-03-11 18:49:30 +00:00

17 lines
248 B
Makefile

COMMENT = meatier versions of caller
MODULES = cpan
DISTNAME = Devel-Caller-2.06
CATEGORIES = devel
CPAN_AUTHOR = RCLAMP
REVISION = 2
# Perl
PERMIT_PACKAGE = Yes
WANTLIB += c perl
RUN_DEPENDS = devel/p5-PadWalker
.include <bsd.port.mk>