blob: f7258d872fbf8375ce3dba487f6553def8c44b16 (
plain) (
tree)
|
|
# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= libsass
PORTVERSION= 0.12.3
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@rawbw.com
COMMENT= Straightforward binding of libsass for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option -std=c++0x
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|