1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/lang/p5-Try-Tiny/Makefile
2021-04-06 16:31:07 +02:00

24 lines
448 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
PORTNAME= Try-Tiny
PORTVERSION= 0.30
CATEGORIES= lang perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ETHER
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Minimal try/catch with proper localization of $$@
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENCE
TEST_DEPENDS= p5-Capture-Tiny>=0.12:devel/p5-Capture-Tiny
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>