freebsd-ports/www/p5-Plack-Middleware-AddDefaultCharset/Makefile
Jun Kuriyama 262c554290 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/
2010-11-02 07:18:55 +00:00

25 lines
571 B
Makefile

# New ports collection makefile for: Plack::Middleware::AddDefaultCharset
# Date created: 02 Nov 2010
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
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>