diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-08 03:18:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-08 03:18:09 +0800 |
commit | 5a0e2322a0f96638ba8a59d262d1de939d041436 (patch) | |
tree | f342debf197d92b8c2e8b01fcbc49e470d1ac881 /textproc | |
parent | 5869b6c709940967d8cf3d1084f290678a2815d3 (diff) | |
download | freebsd-ports-gnome-5a0e2322a0f96638ba8a59d262d1de939d041436.tar.gz freebsd-ports-gnome-5a0e2322a0f96638ba8a59d262d1de939d041436.tar.zst freebsd-ports-gnome-5a0e2322a0f96638ba8a59d262d1de939d041436.zip |
- Fix *_DEPENDS: Carp, constant, Encode, Exporter, File::Path, File::Temp 0.22+, List::Util, parent and Scalar::Util 1.07+ are already in all supported Perl releases
- Add LICENSE [1]
- Bump PORTREVISION for dependency change
Approved by: portmgr (blanket) [1]
With hat: perl
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-ElasticSearch-legacy/Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/textproc/p5-ElasticSearch-legacy/Makefile b/textproc/p5-ElasticSearch-legacy/Makefile index cf78f428a448..9ceb8effd7bf 100644 --- a/textproc/p5-ElasticSearch-legacy/Makefile +++ b/textproc/p5-ElasticSearch-legacy/Makefile @@ -3,7 +3,7 @@ PORTNAME= ElasticSearch PORTVERSION= 0.66 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN/../by-authors/id/D/DR/DRTECH/ PKGNAMEPREFIX= p5- @@ -15,16 +15,9 @@ COMMENT= ElasticSearch API LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS:= p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp -RUN_DEPENDS:= p5-ElasticSearch-SearchBuilder>=0:${PORTSDIR}/textproc/p5-ElasticSearch-SearchBuilder \ - p5-Carp>=0:${PORTSDIR}/devel/p5-Carp \ +RUN_DEPENDS= p5-ElasticSearch-SearchBuilder>=0:${PORTSDIR}/textproc/p5-ElasticSearch-SearchBuilder \ p5-Any-URI-Escape>=0:${PORTSDIR}/www/p5-Any-URI-Escape \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - p5-Encode>=0:${PORTSDIR}/converters/p5-Encode \ - p5-Exporter>=0:${PORTSDIR}/devel/p5-Exporter \ - p5-File-Path>=0:${PORTSDIR}/devel/p5-File-Path \ p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \ - p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp \ p5-HTTP-Lite>=0:${PORTSDIR}/www/p5-HTTP-Lite \ p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ p5-HTTP-Tiny>=0:${PORTSDIR}/www/p5-HTTP-Tiny \ @@ -33,9 +26,7 @@ RUN_DEPENDS:= p5-ElasticSearch-SearchBuilder>=0:${PORTSDIR}/textproc/p5-ElasticS p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ - p5-constant>=0:${PORTSDIR}/devel/p5-constant \ - p5-parent>=0:${PORTSDIR}/devel/p5-parent + p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception |