summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-ChaSen/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-05-31 13:01:18 +0000
committerseb <seb@pkgsrc.org>2002-05-31 13:01:18 +0000
commit61d383841e8f5f9a4cb49d9bc82c7c5c40463cbe (patch)
tree694006cad5cc333d4dcc7c2489d755391c77cc09 /textproc/p5-Text-ChaSen/Makefile
parente0584f3878c436bc03e194d609b9595d6bbb8d3d (diff)
downloadpkgsrc-61d383841e8f5f9a4cb49d9bc82c7c5c40463cbe.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/Makefile25
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"