freebsd-ports/lang/p5-Try-Tiny/Makefile
Adam Weinberger caae1b0e6a - Update to 0.22
- Add LICENSE
- Add TEST_DEPENDS

Changes: http://search.cpan.org/dist/Try-Tiny/Changes

PR:		196880
Submitted by:	sunpoet
Approved by:	maintainer (implicit)
2015-02-16 21:11:11 +00:00

22 lines
471 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Try-Tiny
PORTVERSION= 0.22
CATEGORIES= lang perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DOY
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Minimal try/catch with proper localization of $$@
LICENSE= MIT
TEST_DEPENDS= p5-Capture-Tiny>=0.12:${PORTSDIR}/devel/p5-Capture-Tiny \
p5-Sub-Name>=0:${PORTSDIR}/devel/p5-Sub-Name
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>