2003-04-27 02:09:52 +02:00
|
|
|
# New ports collection makefile for: p5-Encode-HanConvert
|
|
|
|
# Date created: 15 April 2003
|
|
|
|
# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Encode-HanConvert
|
2007-07-18 09:18:09 +02:00
|
|
|
PORTVERSION= 0.34
|
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
|
|
|
|
|
2007-09-08 15:11:40 +02:00
|
|
|
USE_PERL5= 5.7.3+
|
2003-04-27 02:09:52 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= b2g.pl.1 g2b.pl.1
|
2003-08-07 13:21:09 +02:00
|
|
|
|
2007-09-08 02:19:12 +02:00
|
|
|
.include <bsd.port.mk>
|