blob: 17658e9ae13a8a01294710a8eced0c8f4885a2e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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
PORTVERSION= 0.35
CATEGORIES= chinese perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= rafan@FreeBSD.org
COMMENT= Traditional and Simplified Chinese mappings
PERL_CONFIGURE= yes
MAN1= b2g.pl.1 g2b.pl.1
regression-test:
cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.mk>
|