diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-01 19:15:11 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-01 19:15:11 +0000 |
commit | 329119920e77cc05ed1ae6c156712da51f8e45d5 (patch) | |
tree | 7af94e73be8407e591b9d289a61104cd5e0bca87 /databases/p5-DBD-ODBC/Makefile | |
parent | 7e190b96b7273b6806a5777a705d2c0089216f2e (diff) | |
download | ports-329119920e77cc05ed1ae6c156712da51f8e45d5.tar.gz ports-329119920e77cc05ed1ae6c156712da51f8e45d5.zip |
Notes
Diffstat (limited to 'databases/p5-DBD-ODBC/Makefile')
-rw-r--r-- | databases/p5-DBD-ODBC/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/p5-DBD-ODBC/Makefile b/databases/p5-DBD-ODBC/Makefile index 289115002227..42e35e64d7fb 100644 --- a/databases/p5-DBD-ODBC/Makefile +++ b/databases/p5-DBD-ODBC/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBD-ODBC -PORTVERSION= 1.59 +PORTVERSION= 1.60 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,9 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-DBI>=1.609:databases/p5-DBI LIB_DEPENDS= libodbc.so:databases/unixODBC +RUN_DEPENDS= p5-DBI>=1.609:databases/p5-DBI +TEST_DEPENDS= p5-Test-Output>=1.031:devel/p5-Test-Output OPTIONS_DEFINE= DOCS @@ -23,6 +24,7 @@ PORTSCOUT= limit:^[0-9\.]*$$ USES= perl5 USE_PERL5= configure + CONFIGURE_ARGS= -o ${LOCALBASE} PORTDOCS= Changes README README.adabas README.informix |