Files
bsdports/perl/p5-Class-ErrorHandler/Makefile
2019-12-26 07:26:06 +00:00

17 lines
330 B
Makefile

# $FreeBSD: head/devel/p5-Class-ErrorHandler/Makefile 396668 2015-09-11 14:22:20Z lth $
PORTNAME= Class-ErrorHandler
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Base class for error handling
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
#EOF