2013-09-11 14:59:14 +02:00
|
|
|
# Created by: Sergey Kandaurov <pluknet@gmail.com>
|
2009-05-09 10:42:32 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Convert-Cyrillic
|
|
|
|
PORTVERSION= 1.05
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2009-05-09 10:42:32 +02:00
|
|
|
CATEGORIES= russian converters perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
DISTNAME= cyrillic-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= pluknet@gmail.com
|
2012-08-02 11:02:43 +02:00
|
|
|
COMMENT= Routines for converting from one Cyrillic charset to another
|
2009-05-09 10:42:32 +02:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
BUILD_DEPENDS= p5-Unicode-Map8>=0:converters/p5-Unicode-Map8
|
2012-06-10 20:42:48 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2009-05-09 10:42:32 +02:00
|
|
|
|
2013-09-11 14:59:14 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2009-05-09 10:42:32 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|