diff options
author | koobs <koobs@FreeBSD.org> | 2014-02-02 18:05:42 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2014-02-02 18:05:42 +0800 |
commit | 194d7daa513a383680784420ef53582f01288e9b (patch) | |
tree | 76971d9841aec5e7437b435695adfa48cacb5bfa /textproc/Makefile | |
parent | a6a82906df396e664f25814edc9244580ffd193e (diff) | |
download | freebsd-ports-gnome-194d7daa513a383680784420ef53582f01288e9b.tar.gz freebsd-ports-gnome-194d7daa513a383680784420ef53582f01288e9b.tar.zst freebsd-ports-gnome-194d7daa513a383680784420ef53582f01288e9b.zip |
[NEW PORT] textproc/py-scss: Compiler for SCSS flavor of the Sass language
pyScss is a compiler for SCSS flavor of the Sass language, a superset of
CSS3 that adds programming capabilities and some other syntactic sugar.
WWW: https://github.com/Kronuz/pyScss
PR: ports/186268
Submitted by: "Ilya A. Arkhipov" <rum1cro@yandex.ru>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 42c78e4f08ec..7b3ca6db81a1 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1178,6 +1178,7 @@ SUBDIR += py-pyctpp2 SUBDIR += py-pyelasticsearch SUBDIR += py-pygments + SUBDIR += py-pyscss SUBDIR += py-pysrt SUBDIR += py-pystache SUBDIR += py-pyx12 |