aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-CSS-Sass
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-05-12 16:36:47 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-05-12 16:36:47 +0000
commitaf770425463efe369b289c73bd96ba669b2483c1 (patch)
treec20b5b9e4fe9ac24edeb40526c565289c4263f7d /textproc/p5-CSS-Sass
parent62448c16201d22208932920487fc64e3c8c374e4 (diff)
downloadports-af770425463efe369b289c73bd96ba669b2483c1.tar.gz
ports-af770425463efe369b289c73bd96ba669b2483c1.zip
Remove outdated PERL_LEVEL check
Notes
Notes: svn path=/head/; revision=501405
Diffstat (limited to 'textproc/p5-CSS-Sass')
-rw-r--r--textproc/p5-CSS-Sass/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/textproc/p5-CSS-Sass/Makefile b/textproc/p5-CSS-Sass/Makefile
index ab3f2413b409..ce2ad4af4a3a 100644
--- a/textproc/p5-CSS-Sass/Makefile
+++ b/textproc/p5-CSS-Sass/Makefile
@@ -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>