diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2008-06-12 20:16:52 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2008-06-12 20:16:52 +0000 |
commit | ae67293826576bca36b470f5a094b138066ae06a (patch) | |
tree | 72f65f14d0c3b235ca9b485c758ca46a09a2d85d /textproc/p5-Hatena-Keyword | |
parent | 76558768f8737d9649e8a05070ee092ece37ae8d (diff) | |
download | ports-ae67293826576bca36b470f5a094b138066ae06a.tar.gz ports-ae67293826576bca36b470f5a094b138066ae06a.zip |
Notes
Diffstat (limited to 'textproc/p5-Hatena-Keyword')
-rw-r--r-- | textproc/p5-Hatena-Keyword/Makefile | 19 | ||||
-rw-r--r-- | textproc/p5-Hatena-Keyword/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Hatena-Keyword/pkg-descr | 2 |
3 files changed, 14 insertions, 13 deletions
diff --git a/textproc/p5-Hatena-Keyword/Makefile b/textproc/p5-Hatena-Keyword/Makefile index 8ed51b1e0bfc..30b0c11682ea 100644 --- a/textproc/p5-Hatena-Keyword/Makefile +++ b/textproc/p5-Hatena-Keyword/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Hatena-Keyword -PORTVERSION= 0.04 -PORTREVISION= 1 +PORTVERSION= 0.05 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/N/NA/NAOYA @@ -16,16 +15,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= Extract Hatena Keywords in a string -BUILD_DEPENDS= ${SITE_PERL}/RPC/XML.pm:${PORTSDIR}/net/p5-RPC-XML \ - ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ - ${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - ${SITE_PERL}/Class/ErrorHandler.pm:${PORTSDIR}/devel/p5-Class-ErrorHandler \ - ${SITE_PERL}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode +BUILD_DEPENDS= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache \ + p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ + p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ + ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode \ + p5-RPC-XML>=0:${PORTSDIR}/net/p5-RPC-XML \ + p5-Storable>=0:${PORTSDIR}/devel/p5-Storable \ + p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Hatena::Keyword.3 -.include <bsd.port.pre.mk> -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/p5-Hatena-Keyword/distinfo b/textproc/p5-Hatena-Keyword/distinfo index 9def47b1c3fb..5f632ebe3a3c 100644 --- a/textproc/p5-Hatena-Keyword/distinfo +++ b/textproc/p5-Hatena-Keyword/distinfo @@ -1,3 +1,3 @@ -MD5 (Hatena-Keyword-0.04.tar.gz) = a0bc79dd29f98b2b644d8d47e19ce88b -SHA256 (Hatena-Keyword-0.04.tar.gz) = 3c315a32bc5dfd5db016d1b62f2ced75e7673f3ea3673dfca10564c6b55f72bd -SIZE (Hatena-Keyword-0.04.tar.gz) = 6138 +MD5 (Hatena-Keyword-0.05.tar.gz) = 7329a25bd266a4f2f94d7732f071028f +SHA256 (Hatena-Keyword-0.05.tar.gz) = de9a7a1a4d4b3c0231cc5cc4a7c45b4192aeca27a68b98ec6c3d4be121f22281 +SIZE (Hatena-Keyword-0.05.tar.gz) = 6192 diff --git a/textproc/p5-Hatena-Keyword/pkg-descr b/textproc/p5-Hatena-Keyword/pkg-descr index 5158ef4ba6f6..49f3dfab989c 100644 --- a/textproc/p5-Hatena-Keyword/pkg-descr +++ b/textproc/p5-Hatena-Keyword/pkg-descr @@ -13,4 +13,4 @@ You can implement the same kind of feature outside Hatena using this module. It queries Hatena Keyword Link API internally for retrieving terms Author: Naoya Ito <naoya@bloghackers.net> -WWW: http://search.cpan.org/~naoya/Hatena-Keyword-0.04/ +WWW: http://search.cpan.org/~naoya/Hatena-Keyword/ |