freebsd-ports/www/p5-HTML-FillInForm-ForceUTF8/Makefile
Martin Wilke 092556eb85 HTML::FillInForm::ForceUTF8 is a subclass of HTML::FillInForm that forces
utf8 flag on html and parameters. This allows you to prevent filling
garbled result.

WWW:	http://search.cpan.org/dist/HTML-FillInForm-ForceUTF8/

PR:		ports/113357
Submitted by:	Tomoyuki Sakurai <cherry at trombik.org>
2007-06-06 13:27:34 +00:00

27 lines
645 B
Makefile

# New ports collection makefile for: p5-HTML-FillInForm-ForceUTF8
# Date created: 2007-06-05
# Whom: Tomoyuki Sakurai <cherry@trombik.org>
#
# $FreeBSD$
#
PORTNAME= HTML-FillInForm-ForceUTF8
PORTVERSION= 0.02
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX= p5-
MAINTAINER= cherry@trombik.org
COMMENT= FillInForm with utf8 encoding
RUN_DEPENDS= p5-HTML-FillInForm>0:${PORTSDIR}/www/p5-HTML-FillInForm \
p5-Encode>0:${PORTSDIR}/converters/p5-Encode
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= HTML::FillInForm::ForceUTF8.3
.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>