diff options
author | az <az@FreeBSD.org> | 2012-12-17 16:50:54 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-12-17 16:50:54 +0800 |
commit | 49e28401be2d98d1382041192cd9492d7afd8a88 (patch) | |
tree | eb176d06cd2dcf4e86e08a8011388d5168f72270 /databases/p5-DBD-ODBC | |
parent | f3db6f0c287e81fa77d8bebf2f3da548e133cb1f (diff) | |
download | freebsd-ports-gnome-49e28401be2d98d1382041192cd9492d7afd8a88.tar.gz freebsd-ports-gnome-49e28401be2d98d1382041192cd9492d7afd8a88.tar.zst freebsd-ports-gnome-49e28401be2d98d1382041192cd9492d7afd8a88.zip |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
Diffstat (limited to 'databases/p5-DBD-ODBC')
-rw-r--r-- | databases/p5-DBD-ODBC/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/databases/p5-DBD-ODBC/Makefile b/databases/p5-DBD-ODBC/Makefile index f9f166e90cd5..8f83e743b4be 100644 --- a/databases/p5-DBD-ODBC/Makefile +++ b/databases/p5-DBD-ODBC/Makefile @@ -50,10 +50,6 @@ MYODBC= unixodbc .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.90:${PORTSDIR}/devel/p5-Test-Simple -.endif - post-patch: @${REINPLACE_CMD} -e '/my $$myodbc/ s|q{}|"${MYODBC}"|' ${WRKSRC}/Makefile.PL |