freebsd-ports/devel/p5-Exception-Class/Makefile
Andrej Zverev 150f02669f Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 14:09:29 +00:00

22 lines
493 B
Makefile

# $FreeBSD$
PORTNAME= Exception-Class
PORTVERSION= 1.36
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>=1.20:${PORTSDIR}/devel/p5-Devel-StackTrace
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Exception::Class.3 Exception::Class::Base.3
.include <bsd.port.mk>