diff options
author | tobez <tobez@FreeBSD.org> | 2009-09-05 01:50:41 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2009-09-05 01:50:41 +0800 |
commit | 9499c5497c5c73cd8a468c00270a577e57934387 (patch) | |
tree | 2bc8097cea987a667f27bfecd8bd7270c7610605 /databases/p5-SQL-Abstract/Makefile | |
parent | 4f8904094e29f2bc9171e1ba695cc3d2cd873020 (diff) | |
download | freebsd-ports-gnome-9499c5497c5c73cd8a468c00270a577e57934387.tar.gz freebsd-ports-gnome-9499c5497c5c73cd8a468c00270a577e57934387.tar.zst freebsd-ports-gnome-9499c5497c5c73cd8a468c00270a577e57934387.zip |
Update to 1.58.
Changes: http://search.cpan.org/dist/SQL-Abstract/Changes
Diffstat (limited to 'databases/p5-SQL-Abstract/Makefile')
-rw-r--r-- | databases/p5-SQL-Abstract/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile index 677dcaf7d298..3b1f48abbf17 100644 --- a/databases/p5-SQL-Abstract/Makefile +++ b/databases/p5-SQL-Abstract/Makefile @@ -6,7 +6,7 @@ # PORTNAME= SQL-Abstract -PORTVERSION= 1.57 +PORTVERSION= 1.58 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension to generate SQL from Perl data structures -RUN_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils - PERL_CONFIGURE= yes MAN3= SQL::Abstract.3 \ |