1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/russian/p5-Convert-Cyrillic/Makefile
Martin Wilke 2e6dd16dbb Convert::Cyrillic is a Perl module. It implements routine for converting from
one cyrillic charset to another. It is intended to be used from cgi's which
need built-in support for translations. For example, you may wish to use it in
form processor to translate from user encoding to one used by your site.

WWW: http://search.cpan.org/dist/cyrillic/

PR:		ports/134332
Submitted by:	Sergey Kandaurov <pluknet at gmail.com>
2009-05-09 08:42:32 +00:00

27 lines
637 B
Makefile

# New ports collection makefile for: p5-Convert-Cyrillic
# Date created: 07 May 2009
# Whom: Sergey Kandaurov <pluknet@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Convert-Cyrillic
PORTVERSION= 1.05
CATEGORIES= russian converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= cyrillic-${PORTVERSION}
MAINTAINER= pluknet@gmail.com
COMMENT= Routines for converting from one cyrillic charset to another
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Unicode/Map8.pm:${PORTSDIR}/converters/p5-Unicode-Map8
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Convert::Cyrillic.3 \
Lingua::DetectCharset.3
.include <bsd.port.mk>