freebsd-ports/lang/p5-Pugs-Compiler-Rule/Makefile

42 lines
1 KiB
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: Pugs::Compiler::Rule
# Date created: Aug 1, 2006
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= Pugs-Compiler-Rule
PORTVERSION= 0.37
PORTREVISION= 1
CATEGORIES= lang perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/F/FG/FGLOCK
PKGNAMEPREFIX= p5-
2006-08-10 10:10:47 +02:00
MAINTAINER= clsung@FreeBSD.org
COMMENT= Compiler for Perl 6 Rules
2007-05-30 06:07:07 +02:00
RUN_DEPENDS= p5-Cache-Cache>=1.05:${PORTSDIR}/devel/p5-Cache-Cache \
p5-PadWalker>=1.0:${PORTSDIR}/devel/p5-PadWalker \
2007-05-30 06:07:07 +02:00
p5-Parse-Yapp>=0:${PORTSDIR}/devel/p5-Parse-Yapp \
p5-YAML-Syck>=0.60:${PORTSDIR}/textproc/p5-YAML-Syck
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN1= compile_p6grammar.pl.1
MAN3= Pugs::Compiler::Regex.3 \
Pugs::Compiler::Grammar.3 \
Pugs::Compiler::RegexPerl5.3 \
Pugs::Compiler::Rule.3 \
Pugs::Compiler::Token.3 \
Pugs::Emitter::Grammar::Perl5.3 \
Pugs::Grammar::Precedence.3 \
2007-03-26 03:12:34 +02:00
Pugs::Runtime::Match.3 \
Pugs::Runtime::Regex.3 \
Pugs::Runtime::StrPos.3 \
Pugs::Runtime::Tracer.3
2007-03-26 03:12:34 +02:00
.include <bsd.port.mk>