mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
17 lines
330 B
Makefile
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
|