freebsd-ports/devel/p5-Future/Makefile
2023-04-06 01:31:43 +08:00

24 lines
458 B
Makefile

PORTNAME= Future
PORTVERSION= 0.50
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PEVANS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Build objects representing outstanding operations
WWW= https://metacpan.org/release/Future
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
TEST_DEPENDS= p5-Test2-Suite>=0:devel/p5-Test2-Suite
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
PORTSCOUT= limit:^[0-9\.]*$$
.include <bsd.port.mk>