blob: be57efa70b9ed04eda3da6e99ce2b43a32a29d60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
PORTNAME= Encode-HanExtra
PORTVERSION= 0.23
CATEGORIES= chinese perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= leeym@FreeBSD.org
COMMENT= Extra sets of Chinese encodings
USES= perl5
USE_PERL5= configure
MAN3= Encode::HanExtra.3 Encode::TW::Unisys::SOSI1.3 Encode::TW::Unisys::SOSI2.3
NO_STAGE= yes
.include <bsd.port.mk>
|