aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/p5-Encode-HanConvert/Makefile
blob: 6d0aa5f1ec4dafdc93d5d71a58a492927ea3ba9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
# $FreeBSD$

PORTNAME=   Encode-HanConvert
PORTVERSION=    0.35
CATEGORIES= chinese perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= rafan@FreeBSD.org
COMMENT=    Traditional and Simplified Chinese mappings

USES=       perl5
USE_PERL5=  configure

regression-test:
    cd ${WRKSRC} && ${MAKE} test

.include <bsd.port.mk>