freebsd-ports/chinese/p5-Encode-HanConvert/Makefile

20 lines
376 B
Makefile
Raw Normal View History

# Created by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
# $FreeBSD$
PORTNAME= Encode-HanConvert
2009-02-15 06:20:35 +01:00
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>