19 lines
337 B
Makefile
19 lines
337 B
Makefile
# $OpenBSD: Makefile,v 1.2 2020/07/03 21:44:51 sthen Exp $
|
|
|
|
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>
|