15 lines
250 B
Makefile
15 lines
250 B
Makefile
# $OpenBSD: Makefile,v 1.14 2020/07/03 21:44:42 sthen Exp $
|
|
|
|
COMMENT = base class for error handling
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Class-ErrorHandler-0.04
|
|
CATEGORIES = devel
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|