mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Un-warn on perl 5.005.
Submitted by: kuriyama Approved by: erwin (implicit)
This commit is contained in:
parent
5a9135fcb9
commit
13234f2310
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112873
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user