2017-02-10 20:44:49 +01:00
|
|
|
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libsass
|
2018-05-12 09:35:00 +02:00
|
|
|
DISTVERSION= 0.14.5
|
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
|
|
|
|
2017-05-14 01:50:49 +02:00
|
|
|
BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option -std=c++0x
|
|
|
|
|
2017-11-30 16:50:30 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR}
|
2018-02-13 10:58:47 +01:00
|
|
|
LIB_DEPENDS= libsass.so:textproc/libsass
|
2017-10-22 12:31:00 +02:00
|
|
|
|
2018-02-13 10:58:47 +01:00
|
|
|
USES= 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>
|