mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Add p5-Mojolicious-Plugin-Mongodb 0.04
Mojolicious::Plugin::Mongodb provides a few helpers to ease the use of MongoDB in your Mojolicious application. WWW: http://search.cpan.org/dist/Mojolicious-Plugin-Mongodb/ PR: ports/156105 Submitted by: Henk van Oers <hvo.pm@xs4all.nl>
This commit is contained in:
parent
05c7c6df63
commit
d32c7e00c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272803
@ -1109,6 +1109,7 @@
|
||||
SUBDIR += p5-MediaWiki-API
|
||||
SUBDIR += p5-Mojolicious
|
||||
SUBDIR += p5-Mojolicious-Plugin-Database
|
||||
SUBDIR += p5-Mojolicious-Plugin-Mongodb
|
||||
SUBDIR += p5-MojoMojo
|
||||
SUBDIR += p5-Net-Akismet
|
||||
SUBDIR += p5-Net-Amazon-AWIS
|
||||
|
31
www/p5-Mojolicious-Plugin-Mongodb/Makefile
Normal file
31
www/p5-Mojolicious-Plugin-Mongodb/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: p5-Mojolicious-Plugin-Mongodb
|
||||
# Date created: 2011-04-01
|
||||
# Whom: Henk van Oers <hvo.pm@xs4all.nl>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Mojolicious-Plugin-Mongodb
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Use MongoDB in Mojolicious
|
||||
|
||||
RUN_DEPENDS= p5-Mojolicious>=1:${PORTSDIR}/www/p5-Mojolicious \
|
||||
p5-MongoDB>=0:${PORTSDIR}/databases/p5-MongoDB
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Mojolicious::Plugin::Mongodb.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501000
|
||||
RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
www/p5-Mojolicious-Plugin-Mongodb/distinfo
Normal file
2
www/p5-Mojolicious-Plugin-Mongodb/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Mojolicious-Plugin-Mongodb-v0.04.tar.gz) = af92b33ffd00bbf2c6b5ff6ec3bee7837b10b77235e0c4c7512a297b5077214f
|
||||
SIZE (Mojolicious-Plugin-Mongodb-v0.04.tar.gz) = 3402
|
4
www/p5-Mojolicious-Plugin-Mongodb/pkg-descr
Normal file
4
www/p5-Mojolicious-Plugin-Mongodb/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Mojolicious::Plugin::Mongodb provides a few helpers to ease the use of MongoDB
|
||||
in your Mojolicious application.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Mojolicious-Plugin-Mongodb/
|
7
www/p5-Mojolicious-Plugin-Mongodb/pkg-plist
Normal file
7
www/p5-Mojolicious-Plugin-Mongodb/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/Mojolicious/Plugin/Mongodb.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious/Plugin/Mongodb/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious/Plugin/Mongodb
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious
|
||||
@dirrmtry %%SITE_PERL%%/Mojolicious/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/Mojolicious
|
Loading…
Reference in New Issue
Block a user