1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 1.32

- Add SQL_INTERP OPTION
- Style

PR:		ports/120895
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:	Parv <parv@pair.com> (maintainer)
This commit is contained in:
Gabor Kovesdan 2008-02-21 12:19:25 +00:00
parent 2c1d0c39e7
commit ff731bab4f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207702
3 changed files with 15 additions and 15 deletions

View File

@ -6,32 +6,33 @@
#
PORTNAME= DBIx-Simple
PORTVERSION= 1.26
PORTVERSION= 1.32
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBIx
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= parv@pair.com
COMMENT= Simplified object oriented interface to Perl DBI
RUN_DEPENDS= p5-DBI>=1.21:${PORTSDIR}/databases/p5-DBI \
p5-Data-Swap>=0.02:${PORTSDIR}/devel/p5-Data-Swap
RUN_DEPENDS= p5-DBI>=1.21:${PORTSDIR}/databases/p5-DBI
OPTIONS= \
SQL_ABSTRACT "Generate SQL from Perl data structures" off \
DBIX_XHTML_TABLE "Create XHTML tables from SQL queries" off \
TEXT_TABLE "Create plain text table from data" off
OPTIONS= SQL_INTERP "Interpolate Perl variables into SQL with DBI" off \
SQL_ABSTRACT "Generate SQL from Perl data structures" off \
DBIX_XHTML_TABLE "Create XHTML tables from SQL queries" off \
TEXT_TABLE "Create plain text table from data" off
PERL_CONFIGURE= yes
MAN3= DBIx::Simple.3 \
DBIx::Simple::Examples.3 \
DBIx::Simple::Comparison.3 \
DBIx::Simple::SQE.3
DBIx::Simple::Comparison.3
.include <bsd.port.pre.mk>
.if defined(WITH_SQL_INTERP)
RUN_DEPENDS+= ${SITE_PERL}/SQL/Interp.pm:${PORTSDIR}/databases/p5-SQL-Interp
.endif
.if defined(WITH_SQL_ABSTRACT)
RUN_DEPENDS+= p5-SQL-Abstract>=0:${PORTSDIR}/databases/p5-SQL-Abstract
.endif

View File

@ -1,3 +1,3 @@
MD5 (DBIx-Simple-1.26.tar.gz) = 47e4a2780fb27139e4b8d2c13c28ba13
SHA256 (DBIx-Simple-1.26.tar.gz) = cf69682d844b313fbe68c003704d102c22df995367033a6da4e11ef5789af63c
SIZE (DBIx-Simple-1.26.tar.gz) = 15869
MD5 (DBIx-Simple-1.32.tar.gz) = c1d7bf0ab453e7e00715d9d4e71102d8
SHA256 (DBIx-Simple-1.32.tar.gz) = 226917bffbe3ad0e88295046ed4d25785bc6175e696fb77f8302226bc947fe36
SIZE (DBIx-Simple-1.32.tar.gz) = 16475

View File

@ -1,7 +1,6 @@
%%SITE_PERL%%/DBIx/Simple.pm
%%SITE_PERL%%/DBIx/Simple/Comparison.pod
%%SITE_PERL%%/DBIx/Simple/Examples.pod
%%SITE_PERL%%/DBIx/Simple/SQE.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Simple/.packlist
@dirrm %%SITE_PERL%%/DBIx/Simple
@dirrmtry %%SITE_PERL%%/DBIx