1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/converters/p5-Unicode-Map8/Makefile
Philip M. Gollucci da8262f9d5 - Update to 0.13
2010-02-09 23:58:39 +00:00

24 lines
510 B
Makefile

# New ports collection makefile for: p5-Unicode-Map8
# Date created: 20 September 2000
# Whom: Ilia Chipitsine <ilia@jane.cgu.chel.su>
#
# $FreeBSD$
PORTNAME= Unicode-Map8
PORTVERSION= 0.13
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Mapping table between 8-bit chars and Unicode
RUN_DEPENDS= p5-Unicode-String>=2:${PORTSDIR}/converters/p5-Unicode-String
PERL_CONFIGURE= yes
MAN1= umap.1
MAN3= Unicode::Map8.3
.include <bsd.port.mk>