freebsd-ports/chinese/p5-Encode-HanConvert/Makefile
Mark Linimon 30b459ebc5 statue@freebsd.sinica.edu.tw has asked for all the maintained
ports to be reset to ports@FreeBSD.org.  We're sorry to see you
go and want to thank you for your help in the past.

PR:		ports/59515
Submitted by:	statue@freebsd.sinica.edu.tw
2003-11-21 03:09:45 +00:00

32 lines
682 B
Makefile

# 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.28
CATEGORIES= chinese perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Encode
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Traditional and Simplified Chinese mappings
PERL_CONFIGURE= yes
MAN1= b2g.pl.1 g2b.pl.1
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
MAN3= Encode::HanConvert.3 Encode::HanConvert::Perl.3
PLIST_SUB+= OLD="" NEW="@comment "
.else
PLIST_SUB+= NEW="" OLD="@comment "
.endif
.include <bsd.port.post.mk>