freebsd-ports/www/p5-Catalyst-Plugin-Server/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

29 lines
825 B
Makefile

# New ports collection makefile for: Catalyst-Plugin-Server
# Date created: 05 August 2007
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Plugin-Server
PORTVERSION= 0.24
PORTREVISION= 1
CATEGORIES= www devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Catalyst Server Plugin: Base & XMLRPC
BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
${SITE_PERL}/RPC/XML.pm:${PORTSDIR}/net/p5-RPC-XML
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Catalyst::Plugin::Server.3 Catalyst::Plugin::Server::XMLRPC.3 \
Catalyst::Plugin::Server::XMLRPC::DispatchType::XMLRPCPath.3 \
Catalyst::Plugin::Server::XMLRPC::DispatchType::XMLRPCRegex.3 \
Catalyst::Plugin::Server::XMLRPC::Tutorial.3
.include <bsd.port.mk>