diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-28 18:37:23 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-28 18:37:23 +0000 |
commit | 2f57eb092608beb8bbffe9812d1ec7c511510adc (patch) | |
tree | 97c05a4ce9683e5d9a23d2f9aae98d4c08cb2f85 /databases/yasql | |
parent | 249ae119e2118396c64c42bcc26b25b0fbbcc8e5 (diff) | |
download | ports-2f57eb092608beb8bbffe9812d1ec7c511510adc.tar.gz ports-2f57eb092608beb8bbffe9812d1ec7c511510adc.zip |
Notes
Diffstat (limited to 'databases/yasql')
-rw-r--r-- | databases/yasql/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/yasql/Makefile b/databases/yasql/Makefile index 42f1bcbb082f..a4759d92f124 100644 --- a/databases/yasql/Makefile +++ b/databases/yasql/Makefile @@ -14,25 +14,25 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Yet Another SQL*Plus Replacement -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/Oracle.pm:${PORTSDIR}/databases/p5-DBD-Oracle \ - ${SITE_PERL}/${PERL_ARCH}/Term/ReadLine/Gnu.pm:${PORTSDIR}/devel/p5-ReadLine-Gnu +BUILD_DEPENDS= p5-DBD-Oracle>=0:${PORTSDIR}/databases/p5-DBD-Oracle \ + p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu RUN_DEPENDS:= ${BUILD_DEPENDS} LICENSE= GPLv2 # Time::HiRes is used for high resolution benchmarking .if !defined(WITHOUT_HIRES) -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes +BUILD_DEPENDS+= p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes .endif # Text::CSV_XS is required to output CSV or input from CSV files .if !defined(WITHOUT_CSV) -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS +BUILD_DEPENDS+= p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS .endif # Term::ReadKey is used for better input and output control .if !defined(WITHOUT_READKEY) -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey +BUILD_DEPENDS+= p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey .endif HAS_CONFIGURE= yes |