freebsd-ports/devel/p5-Feature-Compat-Try/Makefile
Po-Chuan Hsieh 6a244af4bd
devel/p5-Feature-Compat-Try: Add p5-Feature-Compat-Try 0.04
Feature::Compat::Try is written in preparation for when perl will gain true
native syntax support for try/catch control flow.

WWW: https://metacpan.org/release/Feature-Compat-Try
2021-04-18 13:41:48 +08:00

25 lines
513 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= Feature-Compat-Try
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PEVANS
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Make try/catch syntax available
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Syntax-Keyword-Try>=0.22:devel/p5-Syntax-Keyword-Try
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
.include <bsd.port.mk>