freebsd-ports/devel/p5-Exception-Class/Makefile
2014-12-04 13:24:59 +00:00

21 lines
455 B
Makefile

# $FreeBSD$
PORTNAME= Exception-Class
PORTVERSION= 1.39
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Real exception classes in Perl
LICENSE= ART20
BUILD_DEPENDS= p5-Class-Data-Inheritable>=0.02:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
p5-Devel-StackTrace>=2.00:${PORTSDIR}/devel/p5-Devel-StackTrace
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>