2013-01-04 09:46:08 +01:00
|
|
|
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
2009-09-01 20:07:07 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Try-Tiny
|
2018-09-13 00:56:48 +02:00
|
|
|
PORTVERSION= 0.30
|
2009-09-01 20:07:07 +02:00
|
|
|
CATEGORIES= lang perl5
|
2011-06-21 08:58:49 +02:00
|
|
|
MASTER_SITES= CPAN
|
2015-12-28 00:24:09 +01:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:ETHER
|
2009-09-01 20:07:07 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2018-10-30 20:53:36 +01:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2009-09-01 20:07:07 +02:00
|
|
|
COMMENT= Minimal try/catch with proper localization of $$@
|
|
|
|
|
2015-02-16 22:11:11 +01:00
|
|
|
LICENSE= MIT
|
2017-07-02 18:10:36 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
2015-02-16 22:11:11 +01:00
|
|
|
|
2016-04-01 16:08:37 +02:00
|
|
|
TEST_DEPENDS= p5-Capture-Tiny>=0.12:devel/p5-Capture-Tiny
|
2015-02-16 22:11:11 +01:00
|
|
|
|
2013-08-05 17:05:29 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2018-09-13 00:56:48 +02:00
|
|
|
|
2017-07-02 16:47:49 +02:00
|
|
|
NO_ARCH= yes
|
2009-09-01 20:07:07 +02:00
|
|
|
|
2017-06-06 01:25:21 +02:00
|
|
|
.include <bsd.port.mk>
|