2017-02-10 20:44:49 +01:00
|
|
|
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libsass
|
2018-11-26 06:43:00 +01:00
|
|
|
DISTVERSION= 0.16.1
|
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
2018-12-12 02:35:33 +01:00
|
|
|
PORTREVISION= 2
|
2017-02-10 20:44:49 +01:00
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2017-11-16 22:33:19 +01:00
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
2017-02-10 20:44:49 +01:00
|
|
|
COMMENT= Straightforward binding of libsass for Python
|
|
|
|
|
|
|
|
LICENSE= MIT
|
2017-11-16 22:33:19 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2017-02-10 20:44:49 +01:00
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
2018-02-13 10:58:47 +01:00
|
|
|
LIB_DEPENDS= libsass.so:textproc/libsass
|
2017-10-22 12:31:00 +02:00
|
|
|
|
2018-11-02 16:12:08 +01:00
|
|
|
USES= compiler:c++11-lang localbase python
|
2017-06-09 20:44:27 +02:00
|
|
|
USE_PYTHON= autoplist distutils
|
2017-02-10 20:44:49 +01:00
|
|
|
|
2018-02-13 10:58:47 +01:00
|
|
|
MAKE_ENV= SYSTEM_SASS=1
|
|
|
|
|
2018-01-15 23:01:00 +01:00
|
|
|
post-install:
|
|
|
|
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_sass.so
|
|
|
|
|
2017-02-10 20:44:49 +01:00
|
|
|
.include <bsd.port.mk>
|