Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2019 16:36:21 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501400 - head/devel/p5-FFI-Platypus
Message-ID:  <201905121636.x4CGaMge010388@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May 12 16:36:21 2019
New Revision: 501400
URL: https://svnweb.freebsd.org/changeset/ports/501400

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-FFI-Platypus/Makefile

Modified: head/devel/p5-FFI-Platypus/Makefile
==============================================================================
--- head/devel/p5-FFI-Platypus/Makefile	Sun May 12 16:36:16 2019	(r501399)
+++ head/devel/p5-FFI-Platypus/Makefile	Sun May 12 16:36:21 2019	(r501400)
@@ -22,17 +22,8 @@ RUN_DEPENDS=	p5-Capture-Tiny>=0:devel/p5-Capture-Tiny 
 USES=		gmake perl5 pkgconfig
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502600
-BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=7.12:devel/p5-ExtUtils-MakeMaker \
-		p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils
-RUN_DEPENDS+=	p5-ExtUtils-MakeMaker>=7.12:devel/p5-ExtUtils-MakeMaker \
-		p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils
-.endif
-
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/FFI/Platypus/Platypus.so
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/share/dist/FFI-Platypus/lib/libplfill.so
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905121636.x4CGaMge010388>