1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/www/p5-Bigtop/Makefile
Cheng-Lung Sung c655fa24e4 - Update to 0.19
- Transfer maintainership to perl@

PR:		ports/105306
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-11-10 03:08:49 +00:00

61 lines
2.0 KiB
Makefile

# New ports collection makefile for: p5-Bigtop
# Date created: 2006-09-26
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Bigtop
PORTVERSION= 0.19
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Bigtop
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A web application data language processor
RUN_DEPENDS= ${SITE_PERL}/Config/General.pm:${PORTSDIR}/devel/p5-Config-General \
${SITE_PERL}/IO/Prompt.pm:${PORTSDIR}/devel/p5-IO-Prompt \
${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \
p5-Gantry>=3.38:${PORTSDIR}/www/p5-Gantry \
p5-Inline>=0.40:${PORTSDIR}/devel/p5-Inline \
p5-Inline-TT>=0.06:${PORTSDIR}/devel/p5-Inline-TT \
p5-Template-Toolkit>=2.0:${PORTSDIR}/www/p5-Template-Toolkit
PERL_MODBUILD= yes
MAN1= bigtop.1 tentmaker.1
MAN3= Bigtop.3 Bigtop::Backend::CGI.3 \
Bigtop::Backend::CGI::Gantry.3 Bigtop::Backend::Conf.3 \
Bigtop::Backend::Conf::Gantry.3 \
Bigtop::Backend::Conf::General.3 Bigtop::Backend::Control.3 \
Bigtop::Backend::Control::Gantry.3 \
Bigtop::Backend::HttpdConf.3 \
Bigtop::Backend::HttpdConf::Gantry.3 \
Bigtop::Backend::Init::Std.3 \
Bigtop::Backend::Model.3 \
Bigtop::Backend::Model::GantryCDBI.3 \
Bigtop::Backend::Model::GantryDBIxClass.3 \
Bigtop::Backend::SQL.3 Bigtop::Backend::SQL::MySQL.3 \
Bigtop::Backend::SQL::Postgres.3 \
Bigtop::Backend::SQL::SQLite.3 \
Bigtop::Backend::SiteLook::GantryDefault.3 \
Bigtop::Deparser.3 Bigtop::Docs::About.3 \
Bigtop::Docs::Cookbook.3 Bigtop::Docs::Keywords.3 \
Bigtop::Docs::Modules.3 Bigtop::Docs::QuickRef.3 \
Bigtop::Docs::Syntax.3 Bigtop::Docs::TOC.3 \
Bigtop::Docs::TentRef.3 Bigtop::Docs::TentTut.3 \
Bigtop::Docs::Tutorial.3 Bigtop::Docs::Vim.3 \
Bigtop::Grammar.3 Bigtop::Keywords.3 Bigtop::Parser.3 \
Bigtop::ScriptHelp.3 Bigtop::TentMaker.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>