diff options
author | gabor <gabor@FreeBSD.org> | 2008-02-21 20:19:25 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2008-02-21 20:19:25 +0800 |
commit | 0161cad1ec681b70c07d94f8c04ce2a364aca778 (patch) | |
tree | aa0cfc021c656478c4de2521d9129904077369ab /databases | |
parent | cafdfe4ffe5ac32af285523a723aaf676c5d7990 (diff) | |
download | freebsd-ports-gnome-0161cad1ec681b70c07d94f8c04ce2a364aca778.tar.gz freebsd-ports-gnome-0161cad1ec681b70c07d94f8c04ce2a364aca778.tar.zst freebsd-ports-gnome-0161cad1ec681b70c07d94f8c04ce2a364aca778.zip |
- 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)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-Simple/Makefile | 23 | ||||
-rw-r--r-- | databases/p5-DBIx-Simple/distinfo | 6 | ||||
-rw-r--r-- | databases/p5-DBIx-Simple/pkg-plist | 1 |
3 files changed, 15 insertions, 15 deletions
diff --git a/databases/p5-DBIx-Simple/Makefile b/databases/p5-DBIx-Simple/Makefile index 3ff489e958e6..91dd36c1e7b7 100644 --- a/databases/p5-DBIx-Simple/Makefile +++ b/databases/p5-DBIx-Simple/Makefile @@ -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 diff --git a/databases/p5-DBIx-Simple/distinfo b/databases/p5-DBIx-Simple/distinfo index de590f51707c..ec2386995b31 100644 --- a/databases/p5-DBIx-Simple/distinfo +++ b/databases/p5-DBIx-Simple/distinfo @@ -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 diff --git a/databases/p5-DBIx-Simple/pkg-plist b/databases/p5-DBIx-Simple/pkg-plist index 777a148c7ac9..fca8bb957c83 100644 --- a/databases/p5-DBIx-Simple/pkg-plist +++ b/databases/p5-DBIx-Simple/pkg-plist @@ -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 |