head	1.7;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.05.54.57;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.05.22.16.24.38;	author sunpoet;	state Exp;
branches;
next	1.5;

1.5
date	2012.05.01.01.46.46;	author swills;	state Exp;
branches;
next	1.4;

1.4
date	2008.04.13.02.32.35;	author clsung;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.12.01.37.24;	author clsung;	state Exp;
branches;
next	1.2;

1.2
date	2007.09.08.00.53.12;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2006.10.04.03.02.08;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Lingua-Han-Utils
# Date created:		2006-09-06
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/chinese/p5-Lingua-Han-Utils/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	Lingua-Han-Utils
PORTVERSION=	0.12
CATEGORIES=	chinese perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	The utility tools of Chinese character(HanZi)

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Encode-Detect-CJK>=0:${PORTSDIR}/converters/p5-Encode-Detect-CJK
RUN_DEPENDS=	p5-Encode-Detect-CJK>=0:${PORTSDIR}/converters/p5-Encode-Detect-CJK

PERL_CONFIGURE=	yes

MAN3=		Lingua::Han::Utils.3

.include <bsd.port.mk>
@


1.6
log
@- Update to 0.12
- Add LICENSE

Changes:	http://search.cpan.org/dist/Lingua-Han-Utils/Changes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Assign clsung's p5- ports to perl@@

Approved by:	clsung via IRC
@
text
@d9 1
a9 1
PORTVERSION=	0.10
d17 6
@


1.4
log
@- Update to 0.10

Changes:	http://search.cpan.org/dist/Lingua-Han-Utils/Changes
@
text
@d14 1
a14 1
MAINTAINER=	clsung@@FreeBSD.org
@


1.3
log
@- Update to 0.09
- reset maintainership

PR:		ports/122649
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
@
text
@d9 1
a9 1
PORTVERSION=	0.09
a11 1
MASTER_SITE_SUBDIR=	Lingua
@


1.2
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.05
d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
d15 1
a15 1
MAINTAINER=	gslin@@gslin.org
@


1.1
log
@Add p5-Lingua-Han-Utils 0.05, the utility tools of Chinese
character(HanZi).

PR:		ports/102938
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@d22 1
a22 12
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=		requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again
.endif

.if ${PERL_LEVEL} < 500800
RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Encode/Guess.pm:${PORTSDIR}/converters/p5-Encode
BUILD_DEPENDS=	${RUN_DEPENDS}
.endif

.include <bsd.port.post.mk>
@

