1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/lang/p5-Try-Tiny/Makefile
Sunpoet Po-Chuan Hsieh c929498da2 - Take maintainership
2018-10-30 19:53:36 +00:00

25 lines
460 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
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>