2013-09-20 18:05:24 +02:00
|
|
|
# Created by: Ryan T. Dean <rtdean@cytherianage.net>
|
2002-06-25 12:39:33 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Unicode-Map
|
|
|
|
PORTVERSION= 0.112
|
2015-03-13 14:25:54 +01:00
|
|
|
PORTREVISION= 2
|
2002-06-25 12:39:33 +02:00
|
|
|
CATEGORIES= converters perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-06-25 12:39:33 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2015-05-09 18:16:23 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= Perl class that converts strings to/from 2-byte Unicode UCS2 format
|
2002-06-25 12:39:33 +02:00
|
|
|
|
2013-08-02 20:21:05 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2002-06-25 12:39:33 +02:00
|
|
|
|
2015-03-13 14:25:54 +01:00
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Unicode/Map/Map.so
|
|
|
|
|
2002-06-25 12:39:33 +02:00
|
|
|
.include <bsd.port.mk>
|