head	1.9;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.9
date	2012.12.23.12.44.14;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.12.17.12.28.02;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.11.17.06.02.52;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.08.14.08.40.18;	author sunpoet;	state Exp;
branches;
next	1.5;

1.5
date	2012.03.24.15.06.38;	author swills;	state Exp;
branches;
next	1.4;

1.4
date	2012.03.13.16.15.32;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2012.03.08.18.45.34;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2011.06.16.17.42.51;	author culot;	state Exp;
branches;
next	1.1;

1.1
date	2011.04.16.13.41.10;	author sunpoet;	state Exp;
branches;
next	;


desc
@@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309419
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309419 | tobez | 2012-12-23 11:59:52 +0000 (Sun, 23 Dec 2012) | 4 lines
## SVN ##
## SVN ## Update to 1.08.
## SVN ##
## SVN ## Changes: http://search.cpan.org/dist/Mojolicious-Plugin-Database/Changes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by:			Henk van Oers <hvo.pm@@xs4all.nl>
# $FreeBSD: head/www/p5-Mojolicious-Plugin-Database/Makefile 309419 2012-12-23 11:59:52Z tobez $

PORTNAME=	Mojolicious-Plugin-Database
PORTVERSION=	1.08
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Handling of DBI based connections in Mojolicious

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
		p5-Mojolicious>=1:${PORTSDIR}/www/p5-Mojolicious
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
		p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny

PERL_CONFIGURE=	yes

MAN3=		Mojolicious::Plugin::Database.3 \
		Mojolicious::Plugin::README.3

.include <bsd.port.mk>
@


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309086
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309086 | az | 2012-12-17 12:24:18 +0000 (Mon, 17 Dec 2012) | 3 lines
## SVN ##
## SVN ## Cleanup supporting perl version 5.8 and 5.10,
## SVN ## lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 2
a2 6
# New ports collection makefile for:	p5-Mojolicious-Plugin-Database
# Date created:		2011-03-29
# Whom:			Henk van Oers <hvo.pm@@xs4all.nl>
#
# $FreeBSD: head/www/p5-Mojolicious-Plugin-Database/Makefile 309086 2012-12-17 12:24:18Z az $
#
d5 1
a5 1
PORTVERSION=	1.06
@


1.7
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/p5-Mojolicious-Plugin-Database/Makefile 302497 2012-08-14 08:40:18Z sunpoet $
d31 1
a31 8
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+=	p5-version>=0:${PORTSDIR}/devel/p5-version
RUN_DEPENDS+=	p5-version>=0:${PORTSDIR}/devel/p5-version
.endif

.include <bsd.port.post.mk>
@


1.6
log
@SVN rev 302497 on 2012-08-14 08:40:18Z by sunpoet

- Update to 1.06

Changes:	http://search.cpan.org/dist/Mojolicious-Plugin-Database/Changes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Add missing DEPENDS
- Add TEST_DEPENDS
- Bump PORTREVISION

Feature safe:	yes
@
text
@d9 1
a9 2
PORTVERSION=	1.05
PORTREVISION=	1
d28 2
a29 1
MAN3=		Mojolicious::Plugin::Database.3
d34 1
@


1.4
log
@- Revert ports/165605 as requested by portmgr@@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
@
text
@d10 1
a13 1
DISTNAME=	${PORTNAME}-${PORTVERSION}
d18 4
a21 1
RUN_DEPENDS=	p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
d23 3
a28 3
LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

@


1.3
log
@- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
@
text
@d28 7
a34 1
.include <bsd.port.mk>
@


1.2
log
@- Update to 1.05
- Add LICENSE

PR:		ports/157920
Submitted by:	Henk van Oers <hvo.pm@@xs4all.nl>
@
text
@d28 1
a28 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501000
RUN_DEPENDS+=	p5-version>=0:${PORTSDIR}/devel/p5-version
.endif

.include <bsd.port.post.mk>
@


1.1
log
@- Add p5-Mojolicious-Plugin-Database 0.03

Mojolicious::Plugin::Database provides "sane" handling of DBI connections so
problems with pre-forking (Hypnotoad, etc.) will not occur.

WWW: http://search.cpan.org/dist/Mojolicious-Plugin-Database/

PR:		ports/156044
Submitted by:	Henk van Oers <hvo.pm@@xs4all.nl>
@
text
@d9 1
a9 1
PORTVERSION=	0.03
d13 1
a13 1
DISTNAME=	${PORTNAME}-v${PORTVERSION}
d23 3
@

