freebsd-ports/russian/p5-Convert-Cyrillic/Makefile
Steve Wills 63d09c9c9b - 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)
2012-06-10 18:42:48 +00:00

26 lines
615 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= p5-Unicode-Map8>=0:${PORTSDIR}/converters/p5-Unicode-Map8
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Convert::Cyrillic.3 \
Lingua::DetectCharset.3
.include <bsd.port.mk>