ports/devel/p5-Exception-Class/Makefile

20 lines
444 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = module to declare real exception classes in perl
MODULES = cpan
PKG_ARCH = *
DISTNAME = Exception-Class-1.45
CATEGORIES = devel
MAINTAINER = Andrew Hewus Fresh <afresh1@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
# We don't have all the dependencies for author/release testing
MAKE_ENV = RELEASE_TESTING= AUTHOR_TESTING=
RUN_DEPENDS = devel/p5-Class-Data-Inheritable>=0.02 \
devel/p5-Devel-StackTrace>=2.0
.include <bsd.port.mk>