diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-02-09 11:30:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-02-09 11:30:00 +0800 |
commit | ddbf72dd96ddeaadc339ddca0e2b0186d666f7b1 (patch) | |
tree | 26d5e2ceb6ab5b1e2cd9073030f2cceda8df2ef0 /databases | |
parent | 8c0d0821742b12a104d38fedeb15470d9cc23ce2 (diff) | |
download | freebsd-ports-gnome-ddbf72dd96ddeaadc339ddca0e2b0186d666f7b1.tar.gz freebsd-ports-gnome-ddbf72dd96ddeaadc339ddca0e2b0186d666f7b1.tar.zst freebsd-ports-gnome-ddbf72dd96ddeaadc339ddca0e2b0186d666f7b1.zip |
- Update to 1.21
- Add BUILD_DEPENDS
Changes: http://search.cpan.org/dist/SQL-Interp/Changes
Approved by: clsung (maintainer, via IRC)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-SQL-Interp/Makefile | 7 | ||||
-rw-r--r-- | databases/p5-SQL-Interp/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/databases/p5-SQL-Interp/Makefile b/databases/p5-SQL-Interp/Makefile index 38ef787b6f03..1df8b1c9f8ce 100644 --- a/databases/p5-SQL-Interp/Makefile +++ b/databases/p5-SQL-Interp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= SQL-Interp -PORTVERSION= 1.10 +PORTVERSION= 1.21 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Interpolate Perl variables into SQL with DBI -RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= p5-DBI>=1:${PORTSDIR}/databases/p5-DBI \ + p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter +RUN_DEPENDS= p5-DBI>=1:${PORTSDIR}/databases/p5-DBI \ + p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter PERL_CONFIGURE= yes diff --git a/databases/p5-SQL-Interp/distinfo b/databases/p5-SQL-Interp/distinfo index cdb14ac156fe..59654cff97df 100644 --- a/databases/p5-SQL-Interp/distinfo +++ b/databases/p5-SQL-Interp/distinfo @@ -1,2 +1,2 @@ -SHA256 (SQL-Interp-1.10.tar.gz) = 28b66b23bd92b60fb14a55591f9a52ddd6661a7934ef218563c659dab31d5835 -SIZE (SQL-Interp-1.10.tar.gz) = 36757 +SHA256 (SQL-Interp-1.21.tar.gz) = 9d086a4a458c1a87675c17e3a8c823aee7db2f5ee81d6ebca8bf842144104b93 +SIZE (SQL-Interp-1.21.tar.gz) = 45574 |