aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Perl6-Builtins/Makefile
blob: 483f0f6fe8285d784e2459fcc8de41a131958a4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	Perl6-Builtins
PORTVERSION=	0.0.3
PORTREVISION=	2
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Provide Perl 5 versions of the new Perl 6 builtins
WWW=		https://metacpan.org/release/Perl6-Builtins

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Contextual-Return>=0:devel/p5-Contextual-Return

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>