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

21 lines
499 B
Makefile

# $FreeBSD: head/devel/p5-Exception-Class/Makefile 449893 2017-09-15 08:58:46Z mat $
PORTNAME= Exception-Class
PORTVERSION= 1.43
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Real exception classes in Perl
BUILD_DEPENDS= p5-Class-Data-Inheritable>=0.02:perl/p5-Class-Data-Inheritable \
p5-Devel-StackTrace>=2.00:perl/p5-Devel-StackTrace
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>