16 lines
264 B
Makefile
16 lines
264 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Class-ErrorHandler
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= Base class for error handling
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Class::ErrorHandler.3
|
|
|
|
.include <bsd.port.mk>
|