16 lines
281 B
Makefile
16 lines
281 B
Makefile
# $OpenBSD: Makefile,v 1.14 2019/07/12 20:44:47 sthen Exp $
|
|
|
|
COMMENT = lightweight exception class
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Class-Throwable-0.13
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|