head	1.10;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.02.47;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.05.07.15.42.50;	author skv;	state Exp;
branches;
next	1.8;

1.8
date	2012.04.11.20.16.18;	author swills;	state Exp;
branches;
next	1.7;

1.7
date	2012.01.21.17.37.37;	author eadler;	state Exp;
branches;
next	1.6;

1.6
date	2010.07.23.13.30.27;	author skv;	state Exp;
branches;
next	1.5;

1.5
date	2010.01.09.23.34.35;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2008.06.06.14.07.06;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2008.05.19.13.12.06;	author araujo;	state Exp;
branches;
next	1.2;

1.2
date	2008.04.17.14.29.50;	author araujo;	state Exp;
branches;
next	1.1;

1.1
date	2007.08.05.09.39.49;	author skv;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Catalyst-Plugin-Server
# Date created:	   05 August 2007
# Whom:		   Sergey Skvortsov <skv@@protey.ru>
#
# $FreeBSD: head/www/p5-Catalyst-Plugin-Server/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Catalyst-Plugin-Server
PORTVERSION=	0.28
PORTREVISION=	1
CATEGORIES=	www devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Catalyst Server Plugin: Base & XMLRPC

BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
		p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \
		p5-Clone-Fast>=0:${PORTSDIR}/devel/p5-Clone-Fast \
		p5-RPC-XML>=0:${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>
@


1.9
log
@Pass maintainership of almost of my "p5-*" ports to "perl@@".

(I hope updating of them will be improved).
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Add missing (undeclared) DEPENDS
- Avoid use of SITE_PERL in DEPENDS
- Bump PORTREVISION

PR:		ports/166345
Approved by:	maintainer timeout (skv, >2 weeks)
@
text
@d15 1
a15 1
MAINTAINER=	skv@@FreeBSD.org
@


1.7
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d10 1
d19 1
d22 1
a22 1
		${SITE_PERL}/RPC/XML.pm:${PORTSDIR}/net/p5-RPC-XML
@


1.6
log
@Update to 0.28

Changes:	http://cpansearch.perl.org/src/JLMARTIN/Catalyst-Plugin-Server-0.28/Changes
@
text
@d21 1
a21 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.5
log
@- Update to 0.26

PR:             ports/141496
Approved by:    maintainer timeout (skv; 25 days)
Submitted by:   myself (pgollucci@@)
@
text
@d9 1
a9 1
PORTVERSION=	0.26
d18 2
@


1.4
log
@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)
@
text
@d9 1
a9 2
PORTVERSION=	0.24
PORTREVISION=	1
@


1.3
log
@- Include some ports in perl5 category.

PR:		ports/123530
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	flz (portmgr)
@
text
@d10 1
@


1.2
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d10 1
a10 1
CATEGORIES=	www devel
@


1.1
log
@Add p5-Catalyst-Plugin-Server 0.24, Catalyst Server Plugin: Base &
XMLRPC.
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Catalyst
@

