aboutsummaryrefslogtreecommitdiffstats
path: root/lang/p5-v6/Makefile
blob: 6599ede3f515504f37550be05c083f7f07145bb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: ijliao
# $FreeBSD$

PORTNAME=   v6
PORTVERSION=    0.047
CATEGORIES= lang perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:FGLOCK
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Experimental compiler for Perl 6

LICENSE=    ART10 GPLv1+
LICENSE_COMB=   dual

NO_ARCH=    yes
USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>