1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/www/py-libsass/Makefile
Yuri Victorovich f85395c87e www/py-libsass: Update 0.20.0 -> 0.20.1
Reported by:	portscout
2020-08-28 18:09:39 +00:00

25 lines
553 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= libsass
DISTVERSION= 0.20.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Straightforward binding of libsass for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libsass.so:textproc/libsass
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
USES= compiler:c++11-lang localbase python
USE_PYTHON= autoplist distutils
MAKE_ENV= SYSTEM_SASS=1
.include <bsd.port.mk>