ports/devel/p5-Exception-Class-TryCatch/Makefile

17 lines
277 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = syntactic try/catch sugar for use with Exception::Class
DISTNAME = Exception-Class-TryCatch-1.13
REVISION = 0
CATEGORIES = devel
# Apache 2.0
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-Exception-Class
PKG_ARCH = *
.include <bsd.port.mk>