forked from Lainports/freebsd-ports
- Remove all references to defunct ARCH arm - Remove all references to defunct ARCH sparc64 - Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64 ARCH - Remove sysutils/afbinit requires defunct sparc64 ARCH - Remove all references to bktr driver - Remove all references to defunct FreeBSD_12 - Remove all references to OSVERSION/OSREL corresponding to 12 - Remove conditionals in Mk/Uses/cabal.mk - Remove sparc reference from Mk/Uses/qt-dist.mk - Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64 - Remove BROKEN_FreeBSD_12* from: - Remove OpenSSL patches from: - Remove conditional flags for OSVERSION >= 1300000 to fixed flags. Also move conditional flags for non sparc64/arm ARCH to fixed flags. Reviewed by: brooks, jbeich, rene, salvadore Differential Revision: https://reviews.freebsd.org/D42068
36 lines
1.3 KiB
Makefile
36 lines
1.3 KiB
Makefile
PORTNAME= CSS-Sass
|
|
PORTVERSION= 3.6.4
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Compile .scss and .sass files using LibSass
|
|
WWW= https://metacpan.org/release/OCBNET/CSS-Sass-3.4.12
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= p5-ExtUtils-CppGuess>=0.14:devel/p5-ExtUtils-CppGuess \
|
|
${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Encode-Locale>=0.01:converters/p5-Encode-Locale \
|
|
p5-Filesys-Notify-KQueue>=0.01:devel/p5-Filesys-Notify-KQueue \
|
|
p5-Filesys-Notify-Simple>=0.01:devel/p5-Filesys-Notify-Simple
|
|
TEST_DEPENDS= p5-File-chdir>=0.01:devel/p5-File-chdir \
|
|
p5-Test-Differences>=0.01:devel/p5-Test-Differences \
|
|
p5-YAML-LibYAML>=0.01:textproc/p5-YAML-LibYAML
|
|
|
|
USES= compiler:c++11-lang gmake perl5
|
|
USE_PERL5= configure
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CSS/Sass/Sass.so
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CSS/Sass/libsass.so
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CSS/Sass/plugins/digest/digest.so
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CSS/Sass/plugins/glob/glob.so
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CSS/Sass/plugins/img-size/img-size.so
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CSS/Sass/plugins/math/math.so
|
|
|
|
.include <bsd.port.mk>
|