svn commit: r501405 - head/textproc/p5-CSS-Sass

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 12 16:36:50 UTC 2019


Author: sunpoet
Date: Sun May 12 16:36:47 2019
New Revision: 501405
URL: https://svnweb.freebsd.org/changeset/ports/501405

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/textproc/p5-CSS-Sass/Makefile

Modified: head/textproc/p5-CSS-Sass/Makefile
==============================================================================
--- head/textproc/p5-CSS-Sass/Makefile	Sun May 12 16:36:41 2019	(r501404)
+++ head/textproc/p5-CSS-Sass/Makefile	Sun May 12 16:36:47 2019	(r501405)
@@ -27,13 +27,6 @@ USE_PERL5=	configure
 
 MAKE_JOBS_UNSAFE=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502600
-BUILD_DEPENDS+=	p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils
-RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils
-.endif
-
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CSS/Sass/Sass.so
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CSS/Sass/plugins/glob/glob.so
@@ -41,4 +34,4 @@ post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CSS/Sass/plugins/math/math.so
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/libsass.so
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list