diff options
Diffstat (limited to 'databases/p5-Prophet')
-rw-r--r-- | databases/p5-Prophet/Makefile | 8 |
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 \ |