diff options
author | seb <seb> | 2002-05-31 13:01:18 +0000 |
---|---|---|
committer | seb <seb> | 2002-05-31 13:01:18 +0000 |
commit | e858151c9aaa77ab3f66fef6c20b06c56f14b566 (patch) | |
tree | 694006cad5cc333d4dcc7c2489d755391c77cc09 /textproc/p5-Text-ChaSen/Makefile | |
parent | f2ea45f073edf60c395d875b5361c2ff762e0b9c (diff) | |
download | pkgsrc-e858151c9aaa77ab3f66fef6c20b06c56f14b566.tar.gz |
Reimport of package p5-Text-ChaSen from japanese/p5-Text-ChaSen into textproc/p5-Text-ChaSen.
This is part of the japanese category retirement.
CATEGORIES and pathnames to japanese/ adjusted.
Diffstat (limited to 'textproc/p5-Text-ChaSen/Makefile')
-rw-r--r-- | textproc/p5-Text-ChaSen/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/p5-Text-ChaSen/Makefile b/textproc/p5-Text-ChaSen/Makefile new file mode 100644 index 00000000000..21862eb1066 --- /dev/null +++ b/textproc/p5-Text-ChaSen/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:01:18 seb Exp $ + +DISTNAME= Text-ChaSen-1.03 +PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 +SVR4_PKGNAME= p5tcs +CATEGORIES= japanese textproc +MASTER_SITES= http://www.daionet.gr.jp/~knok/chasen/ + +PATCHFILES= ChaSen.pm-1.03-pod-fix.diff +PATCH_SITES= http://www.daionet.gr.jp/~knok/chasen/ + +MAINTAINER= kei@netbsd.org +HOMEPAGE= http://www.daionet.gr.jp/~knok/chasen/ +COMMENT= perl5 module to use ChaSen + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/ChaSen/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../textproc/chasen/buildlink.mk" +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" |