9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
23 lines
585 B
Makefile
23 lines
585 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= ${RUN_DEPENDS}
|
|
RUN_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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|