svn commit: r425529 - head/devel/p5-match-simple

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 6 16:48:09 UTC 2016


Author: sunpoet
Date: Sun Nov  6 16:48:08 2016
New Revision: 425529
URL: https://svnweb.freebsd.org/changeset/ports/425529

Log:
  - Add NO_ARCH
  - Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-match-simple/Makefile

Modified: head/devel/p5-match-simple/Makefile
==============================================================================
--- head/devel/p5-match-simple/Makefile	Sun Nov  6 16:48:03 2016	(r425528)
+++ head/devel/p5-match-simple/Makefile	Sun Nov  6 16:48:08 2016	(r425529)
@@ -20,14 +20,8 @@ BUILD_DEPENDS=	p5-Exporter-Tiny>=0.026:d
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Fatal>=0:devel/p5-Test-Fatal
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502000
-BUILD_DEPENDS+=	p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils
-RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list