aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlth <lth@FreeBSD.org>2004-07-04 05:34:56 +0800
committerlth <lth@FreeBSD.org>2004-07-04 05:34:56 +0800
commit096e5497b9e71a58fc99d13060cc033f127c546f (patch)
tree3ce77eef11750b7bfc0fcb868119eb2f35936f33
parent83c068164b78e112a19f7d5f6c1cb627c5f9a29f (diff)
downloadfreebsd-ports-gnome-096e5497b9e71a58fc99d13060cc033f127c546f.tar.gz
freebsd-ports-gnome-096e5497b9e71a58fc99d13060cc033f127c546f.tar.zst
freebsd-ports-gnome-096e5497b9e71a58fc99d13060cc033f127c546f.zip
Un-warn on perl 5.005.
Submitted by: kuriyama Approved by: erwin (implicit)
-rw-r--r--databases/p5-SQL-Statement/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/p5-SQL-Statement/Makefile b/databases/p5-SQL-Statement/Makefile
index 6c766c859881..00ebf238a43a 100644
--- a/databases/p5-SQL-Statement/Makefile
+++ b/databases/p5-SQL-Statement/Makefile
@@ -7,6 +7,7 @@
PORTNAME= SQL-Statement
PORTVERSION= 1.09
+PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= SQL
@@ -28,6 +29,7 @@ MAN3= SQL::Dialects::ANSI.3 SQL::Dialects::AnyData.3 \
post-configure:
${PERL} -pi -e 's,/usr/local/,\$$(PREFIX)/,g' ${WRKSRC}/Makefile
${PERL} -pi -e 's,\r\n,\n,' `${FIND} ${WRKSRC} -type f`
+ ${PERL} -pi -e 's,^use warnings;,,' ${WRKSRC}/lib/SQL/Parser.pm
.endif
.include <bsd.port.post.mk>