aboutsummaryrefslogtreecommitdiff
path: root/databases/yasql/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2010-11-21 22:37:58 +0000
committerThierry Thomas <thierry@FreeBSD.org>2010-11-21 22:37:58 +0000
commitecd68964e8c19aaf75e503671cbd2a5135b9872c (patch)
treef5e4b5c64e8756ea16fedbb310d1ba4e06683985 /databases/yasql/Makefile
parent2a53dfb520911909b575935ac77e7e23a7d1c7ae (diff)
downloadports-ecd68964e8c19aaf75e503671cbd2a5135b9872c.tar.gz
ports-ecd68964e8c19aaf75e503671cbd2a5135b9872c.zip
Notes
Diffstat (limited to 'databases/yasql/Makefile')
-rw-r--r--databases/yasql/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/databases/yasql/Makefile b/databases/yasql/Makefile
index 528ad4d99cd9..2fee81455447 100644
--- a/databases/yasql/Makefile
+++ b/databases/yasql/Makefile
@@ -7,16 +7,19 @@
PORTNAME= yasql
PORTVERSION= 1.83
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= SF
-MAINTAINER= thierry@FreeBSD.org
+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
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
@@ -56,7 +59,8 @@ pre-everything::
@${ECHO_MSG}
pre-configure:
- @${PERL} -pi -e 's|/bin/more|/usr/bin/more|' ${WRKSRC}/yasql.conf
+ ${REINPLACE_CMD} 's,%%LOCALBASE%%,${LOCALBASE},g' ${WRKSRC}/yasql.in
+ ${PERL} -pi -e 's|/bin/more|/usr/bin/more|' ${WRKSRC}/yasql.conf
pre-install:
if [ -f ${PREFIX}/etc/yasql.conf ] ; then \