2013-09-20 18:01:22 +02:00
|
|
|
# Created by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
|
2003-04-27 02:09:52 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Encode-HanConvert
|
2009-02-15 06:20:35 +01:00
|
|
|
PORTVERSION= 0.35
|
2003-08-07 13:21:09 +02:00
|
|
|
CATEGORIES= chinese perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-04-27 02:09:52 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-06-27 05:58:58 +02:00
|
|
|
MAINTAINER= rafan@FreeBSD.org
|
2003-04-27 02:09:52 +02:00
|
|
|
COMMENT= Traditional and Simplified Chinese mappings
|
|
|
|
|
2013-09-05 09:29:05 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2003-04-27 02:09:52 +02:00
|
|
|
|
2012-03-13 17:15:36 +01:00
|
|
|
regression-test:
|
|
|
|
cd ${WRKSRC} && ${MAKE} test
|
|
|
|
|
2007-09-08 02:19:12 +02:00
|
|
|
.include <bsd.port.mk>
|