freebsd-ports/misc/p5-I18N-Charset/Makefile

23 lines
581 B
Makefile
Raw Normal View History

# Created by: Dmitry Sivachenko <dima@Chg.RU>
# $FreeBSD$
2000-04-14 10:49:30 +02:00
PORTNAME= I18N-Charset
PORTVERSION= 1.39.4
CATEGORIES= misc perl5
MASTER_SITES= CPAN
2000-04-14 10:49:30 +02:00
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/\1/}
MAINTAINER= demon@FreeBSD.org
COMMENT= Module which maps CharSet names to the names registered with IANA
BUILD_DEPENDS= p5-IO-Capture>=0:${PORTSDIR}/devel/p5-IO-Capture
RUN_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
p5-Unicode-MapUTF8>=0:${PORTSDIR}/converters/p5-Unicode-MapUTF8
PERL_CONFIGURE= YES
MAN3= I18N::Charset.3
.include <bsd.port.mk>