SassC is a wrapper around libsass (http://github.com/hcatlin/libsass) used

to generate a useful command-line application that can be installed and
packaged for several operating systems.

WWW: http://libsass.org
This commit is contained in:
Nicola Vitale 2014-04-13 03:16:42 +00:00
parent 73e009f6e8
commit 1f9ebeca03
4 changed files with 39 additions and 0 deletions

View File

@ -1350,6 +1350,7 @@
SUBDIR += sagasu
SUBDIR += sarep
SUBDIR += sary
SUBDIR += sassc
SUBDIR += saxon
SUBDIR += saxon-devel
SUBDIR += saxon-he

31
textproc/sassc/Makefile Normal file
View File

@ -0,0 +1,31 @@
# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= sassc
PORTVERSION= 1.0.1
#PORTREVISION= 0
CATEGORIES= textproc
MAINTAINER= nivit@FreeBSD.org
COMMENT= Wrapper around libsass
LICENSE= MIT
LIB_DEPENDS= libsass.so:${PORTSDIR}/textproc/libsass
AUTOMAKE_ARGS= --add-missing
CPPFLAGS+= -I${LOCALBASE}/include
GH_ACCOUNT= hcatlin
GH_COMMIT= 9451dd7
GH_TAGNAME= v${PORTVERSION}
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/sassc
USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize
USE_GITHUB= yes
.include <bsd.port.mk>

2
textproc/sassc/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (sassc-1.0.1.tar.gz) = 895d78974907fc00dd01acf20836f924965c4bb4fe6cbdf4e11e18b7e1848107
SIZE (sassc-1.0.1.tar.gz) = 5561

5
textproc/sassc/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
SassC is a wrapper around libsass (http://github.com/hcatlin/libsass) used
to generate a useful command-line application that can be installed and
packaged for several operating systems.
WWW: http://libsass.org