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

18 lines
290 B
Makefile

COMMENT= smart return-value object
MODULES= cpan
PKG_ARCH= *
DISTNAME= Class-ReturnValue-0.55
REVISION= 2
CATEGORIES= devel
# Artistic License
PERMIT_PACKAGE= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Devel-StackTrace
CONFIGURE_ARGS= --no-prompts
.include <bsd.port.mk>