aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Prophet
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-12-12 10:22:41 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-12-12 10:22:41 +0000
commit5dda24c09c3a197a6b9f5f8d310949e5086576bb (patch)
tree453d61ef1f26cfa83a12f87295299356a4f0d3ab /databases/p5-Prophet
parentac8f6359eb0859d6f351734c74952b14993e4ed1 (diff)
downloadports-5dda24c09c3a197a6b9f5f8d310949e5086576bb.tar.gz
ports-5dda24c09c3a197a6b9f5f8d310949e5086576bb.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
Notes
Notes: svn path=/head/; revision=287238
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 \