16 lines
277 B
Makefile
16 lines
277 B
Makefile
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>
|