Index: head/www/Makefile =================================================================== --- head/www/Makefile +++ head/www/Makefile @@ -1718,6 +1718,7 @@ SUBDIR += py-jsonfield SUBDIR += py-jswebkit SUBDIR += py-kallithea + SUBDIR += py-lesscpy SUBDIR += py-libsass SUBDIR += py-mechanize SUBDIR += py-meld Index: head/www/py-lesscpy/Makefile =================================================================== --- head/www/py-lesscpy/Makefile +++ head/www/py-lesscpy/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= lesscpy +DISTVERSION= 0.12.0 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= FreeBSD@Shaneware.biz +COMMENT= Python LESS compiler + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist concurrent +NO_ARCH= yes + +.include Index: head/www/py-lesscpy/distinfo =================================================================== --- head/www/py-lesscpy/distinfo +++ head/www/py-lesscpy/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1513674249 +SHA256 (lesscpy-0.12.0.tar.gz) = 5c552757efc6e5d14d9a917ebdd036e7b6ff12ae68a5beb64a0a1cf856a098b5 +SIZE (lesscpy-0.12.0.tar.gz) = 168823 Index: head/www/py-lesscpy/pkg-descr =================================================================== --- head/www/py-lesscpy/pkg-descr +++ head/www/py-lesscpy/pkg-descr @@ -0,0 +1,5 @@ +A compiler written in Python for the LESS language. For those of us +not willing or able to have node.js installed in our environment. +Not all features of LESS are supported (yet). + +WWW: https://github.com/lesscpy/lesscpy