head	1.14;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.14
date	2012.11.17.06.02.47;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.04.11.20.19.24;	author swills;	state Exp;
branches;
next	1.12;

1.12
date	2012.03.13.16.15.30;	author pgollucci;	state Exp;
branches;
next	1.11;

1.11
date	2012.03.08.18.45.32;	author pgollucci;	state Exp;
branches;
next	1.10;

1.10
date	2011.11.21.20.10.24;	author lth;	state Exp;
branches;
next	1.9;

1.9
date	2011.09.08.13.20.13;	author az;	state Exp;
branches;
next	1.8;

1.8
date	2008.06.06.14.07.06;	author edwin;	state Exp;
branches;
next	1.7;

1.7
date	2008.04.17.14.29.51;	author araujo;	state Exp;
branches;
next	1.6;

1.6
date	2007.09.08.01.10.43;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2006.07.11.17.54.57;	author lbr;	state Exp;
branches;
next	1.4;

1.4
date	2005.11.15.08.32.51;	author lth;	state Exp;
branches;
next	1.3;

1.3
date	2005.11.05.05.20.05;	author marcus;	state Exp;
branches;
next	1.2;

1.2
date	2005.09.09.18.07.05;	author lth;	state Exp;
branches;
next	1.1;

1.1
date	2005.05.11.10.37.03;	author lth;	state Exp;
branches;
next	;


desc
@@


1.14
log
@Switch exporter over
@
text
@# New ports collection makefile for:	www/p5-Catalyst-Plugin-Static
# Date created:				08 May 2005
# Whom:					Lars Thegler <lth@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Catalyst-Plugin-Static/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Catalyst-Plugin-Static
PORTVERSION=	0.11
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:BOBTFISH
PKGNAMEPREFIX=	p5-

MAINTAINER=	lth@@FreeBSD.org
COMMENT=	Serve static files with Catalyst

BUILD_DEPENDS=	p5-Catalyst-Runtime>=2.99:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
		p5-File-MimeInfo>=0.11:${PORTSDIR}/devel/p5-File-MimeInfo \
		p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \
		p5-MRO-Compat>0:${PORTSDIR}/devel/p5-MRO-Compat
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	Catalyst::Plugin::Static.3

regression-test: build
	cd ${WRKSRC}/ && ${MAKE} test

.include <bsd.port.mk>
@


1.13
log
@- Add missing (undeclared) DEPENDS
- Bump PORTREVISION

PR:		ports/166346
Approved by:	maintainer timeout (lth, >2 weeks)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
log
@- Revert ports/165605 as requested by portmgr@@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
@
text
@d10 1
d20 1
@


1.11
log
@- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
@
text
@d28 3
@


1.10
log
@Update to 0.11

Feature safe: yes
@
text
@a27 3
regression-test: build
	cd ${WRKSRC}/ && ${MAKE} test

@


1.9
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.

With perl@@ hat
@
text
@d9 1
a9 2
PORTVERSION=	0.10
PORTREVISION=	1
d12 1
a12 1
MASTER_SITE_SUBDIR=	CPAN:MRAMBERG
d18 5
a22 4
BUILD_DEPENDS=	${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime \
		${SITE_PERL}/File/MimeInfo.pm:${PORTSDIR}/devel/p5-File-MimeInfo \
		${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp
RUN_DEPENDS=	${BUILD_DEPENDS}
d28 3
@


1.8
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
@d13 1
a13 1
MASTER_SITE_SUBDIR=	../by-authors/id/M/MR/MRAMBERG
d24 1
a24 1
PERL_CONFIGURE=	5.8.0+
@


1.7
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
@


1.6
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@


1.5
log
@Update all users of p5-Catalyst to use p5-Catalyst-Runtime, and possibly
p5-Catalyst-Devel as well (if they have Helper modules).
@
text
@d23 1
a23 1
PERL_CONFIGURE=	yes
d27 1
a27 5
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE=	requires Perl 5.8. Install lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>
@


1.4
log
@Update to 0.10
@
text
@d18 1
a18 1
BUILD_DEPENDS=	${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst \
@


1.3
log
@Bump PORTREVISION to chase the glib20 shared library update.
@
text
@d9 1
a9 2
PORTVERSION=	0.08
PORTREVISION=	1
@


1.2
log
@Update to 0.08
@
text
@d10 1
@


1.1
log
@Add p5-Catalyst-Plugin-Static 0.07, serve static files with Catalyst.
@
text
@d9 1
a9 1
PORTVERSION=	0.07
@

