mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
7f4572eae4
With hat: portmgr Sponsored by: Absolight
24 lines
588 B
Makefile
24 lines
588 B
Makefile
# Created by: Ryan T. Dean <rtdean@cytherianage.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Unicode-MapUTF8
|
|
PORTVERSION= 1.11
|
|
PORTREVISION= 1
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl class that implements conversion between arbitrary charsets
|
|
|
|
BUILD_DEPENDS= ja-p5-Jcode>=0:japanese/p5-Jcode \
|
|
p5-Unicode-Map>=0:converters/p5-Unicode-Map \
|
|
p5-Unicode-Map8>=0:converters/p5-Unicode-Map8 \
|
|
p5-Unicode-String>=0:converters/p5-Unicode-String
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|