Test::postgresql automatically setups a postgresql instance in a
temporary directory, and destroys it when the perl script exits. WWW: http://search.cpan.org/dist/Test-postgresql/
This commit is contained in:
parent
3ae3ee6e43
commit
21a9552b4c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266916
@ -450,6 +450,7 @@
|
||||
SUBDIR += p5-Test-Cukes
|
||||
SUBDIR += p5-Test-Database
|
||||
SUBDIR += p5-Test-DatabaseRow
|
||||
SUBDIR += p5-Test-postgresql
|
||||
SUBDIR += p5-Text-Query-SQL
|
||||
SUBDIR += p5-Tie-DBI
|
||||
SUBDIR += p5-Time-Piece-MySQL
|
||||
|
27
databases/p5-Test-postgresql/Makefile
Normal file
27
databases/p5-Test-postgresql/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: Test::postgresql
|
||||
# Date created: 26 Dec 2010
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Test-postgresql
|
||||
PORTVERSION= 0.09
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension of postgresql runner for tests
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Class-Accessor-Lite>0:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
|
||||
p5-DBI>0:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-DBD-Pg>0:${PORTSDIR}/databases/p5-DBD-Pg
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Test::postgresql.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/p5-Test-postgresql/distinfo
Normal file
2
databases/p5-Test-postgresql/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Test-postgresql-0.09.tar.gz) = 976366db055128c23221cd47f70e74d18bcc8ef3f6e1d202428923457960ab1d
|
||||
SIZE (Test-postgresql-0.09.tar.gz) = 18181
|
4
databases/p5-Test-postgresql/pkg-descr
Normal file
4
databases/p5-Test-postgresql/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Test::postgresql automatically setups a postgresql instance in a
|
||||
temporary directory, and destroys it when the perl script exits.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Test-postgresql/
|
5
databases/p5-Test-postgresql/pkg-plist
Normal file
5
databases/p5-Test-postgresql/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/postgresql/.packlist
|
||||
%%SITE_PERL%%/Test/postgresql.pm
|
||||
@dirrmtry %%SITE_PERL%%/Test
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/postgresql
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
|
Loading…
Reference in New Issue
Block a user