14 lines
243 B
Makefile
14 lines
243 B
Makefile
# $OpenBSD: Makefile,v 1.12 2016/03/20 19:56:15 naddy Exp $
|
|
|
|
COMMENT = base class for error handling
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Class-ErrorHandler-0.04
|
|
CATEGORIES = devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
.include <bsd.port.mk>
|