diff options
author | az <az@FreeBSD.org> | 2012-12-17 17:38:59 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-12-17 17:38:59 +0800 |
commit | fa7fe0860ec16692920983dda4e4ad07aaf61dd8 (patch) | |
tree | c71117e1dc4ff1baed40f806d8d2418b8f6621e5 /databases/p5-DBIx-Class-ResultSet-RecursiveUpdate | |
parent | bde12c45aa4405fab78bf432c691f4f9ba4147cc (diff) | |
download | freebsd-ports-gnome-fa7fe0860ec16692920983dda4e4ad07aaf61dd8.tar.gz freebsd-ports-gnome-fa7fe0860ec16692920983dda4e4ad07aaf61dd8.tar.zst freebsd-ports-gnome-fa7fe0860ec16692920983dda4e4ad07aaf61dd8.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-DBIx-Class-ResultSet-RecursiveUpdate')
-rw-r--r-- | databases/p5-DBIx-Class-ResultSet-RecursiveUpdate/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/databases/p5-DBIx-Class-ResultSet-RecursiveUpdate/Makefile b/databases/p5-DBIx-Class-ResultSet-RecursiveUpdate/Makefile index f90b897741af..7de23c660945 100644 --- a/databases/p5-DBIx-Class-ResultSet-RecursiveUpdate/Makefile +++ b/databases/p5-DBIx-Class-ResultSet-RecursiveUpdate/Makefile @@ -37,10 +37,4 @@ PERL_CONFIGURE= yes MAN3= DBIx::Class::ResultSet::RecursiveUpdate.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |