blob: a719e407df4a428136cbb7e56984c92b604a3fef (
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.24
CATEGORIES= chinese
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= LWP/AUTRIJUS
PKGNAMEPREFIX= p5-
MAINTAINER= statue@freebsd.sinica.edu.tw
COMMENT= Traditional and Simplified Chinese mappings
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN1= b2g.pl.1 g2b.pl.1
#MAN3= Encode::HanConvert.3 Encode::HanConvert::Perl.3
.include <bsd.port.mk>
|