diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-05-16 09:43:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-05-16 09:43:40 +0000 |
commit | c4bf6b544992af5e3da9685dacf2db7e09c6bf57 (patch) | |
tree | bdb09547881b3c335dd1c3fe655e14b3ae4b2434 /textproc/p5-Hatena-Keyword | |
parent | d43f3d44c139fb7895047b3281b0d5184af1089b (diff) |
Notes
Diffstat (limited to 'textproc/p5-Hatena-Keyword')
-rw-r--r-- | textproc/p5-Hatena-Keyword/Makefile | 16 | ||||
-rw-r--r-- | textproc/p5-Hatena-Keyword/pkg-plist | 1 |
2 files changed, 9 insertions, 8 deletions
diff --git a/textproc/p5-Hatena-Keyword/Makefile b/textproc/p5-Hatena-Keyword/Makefile index 0630e35b8af4..376d0c175669 100644 --- a/textproc/p5-Hatena-Keyword/Makefile +++ b/textproc/p5-Hatena-Keyword/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: p5-Hatena-Keyword -# Date created: 2006-09-02 -# Whom: Masahiro Teramoto <markun@onohara.to> -# +# Created by: Masahiro Teramoto <markun@onohara.to> # $FreeBSD$ -# PORTNAME= Hatena-Keyword PORTVERSION= 0.05 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:NAOYA @@ -23,7 +19,13 @@ BUILD_DEPENDS= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache \ ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode \ p5-RPC-XML>=0:${PORTSDIR}/net/p5-RPC-XML \ p5-URI>=0:${PORTSDIR}/net/p5-URI -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_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-URI>=0:${PORTSDIR}/net/p5-URI PERL_CONFIGURE= yes diff --git a/textproc/p5-Hatena-Keyword/pkg-plist b/textproc/p5-Hatena-Keyword/pkg-plist index 8da6764f6c19..791f16b1e3bf 100644 --- a/textproc/p5-Hatena-Keyword/pkg-plist +++ b/textproc/p5-Hatena-Keyword/pkg-plist @@ -2,5 +2,4 @@ %%SITE_PERL%%/Hatena/Keyword.pm @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hatena/Keyword @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hatena -@dirrmtry %%SITE_PERL%%/Hatena/Keyword @dirrmtry %%SITE_PERL%%/Hatena |