head	1.3;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.02.53;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.06.10.18.42.40;	author swills;	state Exp;
branches;
next	1.1;

1.1
date	2010.11.02.07.18.55;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Plack::Middleware::AddDefaultCharset
# Date created:		02 Nov 2010
# Whom:			Jun Kuriyama <kuriyama@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Plack-Middleware-AddDefaultCharset/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Plack-Middleware-AddDefaultCharset
PORTVERSION=	0.02
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@@FreeBSD.org
COMMENT=	Perl extension to port Apache2 AddDefaultCharset for Plack

RUN_DEPENDS=	\
	p5-Plack>=0.9925:${PORTSDIR}/www/p5-Plack
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	Plack::Middleware::AddDefaultCharset.3

.include <bsd.port.mk>
@


1.2
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Plack::Middleware::AddDefaultCharset is a port of the
AddDefaultCharset configuration directive of the Apache HTTP server.

WWW: http://search.cpan.org/dist/Plack-Middleware-AddDefaultCharset/
@
text
@d19 1
a19 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@

