head	1.11;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.05.54.57;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.06.10.18.41.16;	author swills;	state Exp;
branches;
next	1.9;

1.9
date	2012.06.04.05.21.58;	author az;	state Exp;
branches;
next	1.8;

1.8
date	2012.05.01.01.46.46;	author swills;	state Exp;
branches;
next	1.7;

1.7
date	2008.04.17.14.24.13;	author araujo;	state Exp;
branches;
next	1.6;

1.6
date	2007.05.19.20.00.46;	author flz;	state Exp;
branches;
next	1.5;

1.5
date	2007.05.01.07.33.14;	author clsung;	state Exp;
branches;
next	1.4;

1.4
date	2005.10.31.18.24.07;	author erwin;	state Exp;
branches;
next	1.3;

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

1.2
date	2004.01.18.00.15.51;	author leeym;	state Exp;
branches;
next	1.1;

1.1
date	2003.10.13.12.52.25;	author mat;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# Ports collection makefile for:	p5-Lingua-ZH-Toke
# Date Created:			Oct 13th 2003
# Whom:				clsung@@dragon2.net
#
# $FreeBSD: head/chinese/p5-Lingua-ZH-Toke/Makefile 300895 2012-07-14 12:56:14Z beat $

PORTNAME=	Lingua-ZH-Toke
PORTVERSION=	0.02
PORTREVISION=	1
CATEGORIES=	chinese perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	A Chinese Tokenizer on steroids

BUILD_DEPENDS=	p5-Lingua-ZH-TaBE>=0:${PORTSDIR}/chinese/p5-Lingua-ZH-TaBE
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	Lingua::ZH::Toke.3

.include <bsd.port.mk>
@


1.10
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d18 1
a18 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


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

Approved by:	clsung via IRC
@
text
@d17 1
a17 1
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Lingua/ZH/TaBE.pm:${PORTSDIR}/chinese/p5-Lingua-ZH-TaBE
@


1.7
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d14 1
a14 1
MAINTAINER=	clsung@@FreeBSD.org
@


1.6
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Lingua
@


1.5
log
@- remove ".if ${PERL_LEVEL} < 500600 ..." stuff.
@
text
@d9 1
@


1.4
log
@Let the IGNORE message make a bit more sense and change it from:

===>  p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.

to:

===>  p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.

Approved by:    silence on -ports
@
text
@d24 1
a24 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=		requires perl 5.6.x or later. Install lang/perl5 then try again
.endif

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


1.3
log
@My territory, suggested by ijliao. :p

Approved by:	vanilla (co-mentor)
@
text
@d27 1
a27 1
IGNORE=		Port requires perl 5.6.x or later. Install lang/perl5 then try again
@


1.2
log
@- from 0.01 to 0.02
- assign maintainership
- Fixed synopsis typo
- utf8 histogram now actually works.

PR:		61485
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d14 1
a14 1
MAINTAINER=	clsung@@dragon2.net
@


1.1
log
@Add p5-Lingua-ZH-Toke 0.01, a Chinese Tokenizer on steroids.

PR:		57950
Submitted by:	clsung@@dragon2.net
@
text
@d8 1
a8 1
PORTVERSION=	0.01
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@

