aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-Prophet
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-12-12 18:22:41 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-12-12 18:22:41 +0800
commit5f39ea554cfb1ee23f1704d6e5060e92818987b7 (patch)
treec03bb0c0dc572f1078bb37c8049b40bb784b1cd0 /databases/p5-Prophet
parentb26210ff943401fdb13e1371692c7de32b20ba1c (diff)
downloadfreebsd-ports-gnome-5f39ea554cfb1ee23f1704d6e5060e92818987b7.tar.gz
freebsd-ports-gnome-5f39ea554cfb1ee23f1704d6e5060e92818987b7.tar.zst
freebsd-ports-gnome-5f39ea554cfb1ee23f1704d6e5060e92818987b7.zip
- Update *_DEPENDS: p5-ExtUtils-MakeMaker>=6.11 is already in all supported Perl releases and it is not a runtime dependency
- Pass maintainership to perl@ - Pet portlint - Bump PORTREVISION for dependency change Submitted by: sunpoet (myself) Approved by: bapt (maintainer, via IRC) Feature safe: yes
Diffstat (limited to 'databases/p5-Prophet')
-rw-r--r--databases/p5-Prophet/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-Prophet/Makefile b/databases/p5-Prophet/Makefile
index 447e1a26603d..57105294addb 100644
--- a/databases/p5-Prophet/Makefile
+++ b/databases/p5-Prophet/Makefile
@@ -7,25 +7,23 @@
PORTNAME= Prophet
PORTVERSION= 0.750
+PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SPANG
PKGNAMEPREFIX= p5-
-MAINTAINER= bapt@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Prophet is a distributed database system
LICENSE= MIT
-PERL_CONFIGURE= yes
-
BUILD_DEPENDS= p5-Any-Moose>=0.04:${PORTSDIR}/devel/p5-Any-Moose \
p5-Config-GitLike>=1.02:${PORTSDIR}/devel/p5-Config-GitLike \
p5-DBD-SQLite>=1:${PORTSDIR}/databases/p5-DBD-SQLite \
p5-DBI>=1:${PORTSDIR}/databases/p5-DBI \
p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \
p5-Exporter-Lite>=0:${PORTSDIR}/devel/p5-Exporter-Lite \
- p5-ExtUtils-MakeMaker>=6.11:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \
p5-File-ShareDir>=1.00:${PORTSDIR}/devel/p5-File-ShareDir \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-HTTP-Server-Simple>=0.40:${PORTSDIR}/www/p5-HTTP-Server-Simple \
@@ -53,6 +51,8 @@ BUILD_DEPENDS= p5-Any-Moose>=0.04:${PORTSDIR}/devel/p5-Any-Moose \
RUN_DEPENDS:= ${BUILD_DEPENDS}
+PERL_CONFIGURE= yes
+
MAN3= Prophet::Web::Result.3 \
Prophet::Replica::prophet.3 \
Prophet::CLI::Command::Merge.3 \