13 lines
189 B
Makefile
13 lines
189 B
Makefile
|
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>
|