1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/lang/p5-v6/Makefile
2013-11-04 14:20:04 +00:00

28 lines
793 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= v6
PORTVERSION= 0.017
CATEGORIES= lang perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/F/FG/FGLOCK
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-alpha-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
COMMENT= Experimental compiler for Perl 6
BUILD_DEPENDS= p5-Data-Bind>=0.28:${PORTSDIR}/devel/p5-Data-Bind \
p5-Devel-Caller>=0.10:${PORTSDIR}/devel/p5-Devel-Caller \
p5-Module-Compile>=0.20:${PORTSDIR}/devel/p5-Module-Compile \
p5-Moose>=0.10:${PORTSDIR}/devel/p5-Moose \
p5-Pugs-Compiler-Rule>=0.17:${PORTSDIR}/lang/p5-Pugs-Compiler-Rule \
p5-Sub-Multi>=0:${PORTSDIR}/devel/p5-Sub-Multi \
p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>