17 lines
294 B
Makefile
17 lines
294 B
Makefile
# $OpenBSD: Makefile,v 1.15 2020/07/03 21:44:44 sthen Exp $
|
|
|
|
COMMENT = lightweight exception class
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Class-Throwable-0.13
|
|
CATEGORIES = devel
|
|
REVISION = 0
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|