1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/devel/p5-Throwable/Makefile
Dan Langille 616f425648 devel/p5-Throwable: fix build by updating to new release
The previous commit used a release from upsteam which did not increment.
This broke the build for mail/p5-Email-Sender which requires
p5-Throwable>=0.200003

Upstream issue: https://github.com/rjbs/Throwable/issues/20

Approved by:	portmgr blanket
2021-06-26 18:06:10 +00:00

26 lines
536 B
Makefile

PORTNAME= Throwable
PORTVERSION= 1.000
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:RJBS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Easy-to-use class for error objects
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Devel-StackTrace>=1.32:devel/p5-Devel-StackTrace \
p5-Module-Runtime>=0.002:devel/p5-Module-Runtime \
p5-Moo>=1.000001:devel/p5-Moo
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>