blob: 9969fc3c0bc8ec256b9c48f5783fc489a0632b22 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= libsass
PORTVERSION= 1.0.1
DISTVERSIONPREFIX= v
PORTREVISION= 2
CATEGORIES= textproc
MAINTAINER= nivit@FreeBSD.org
COMMENT= C/C++ implementation of a Sass compiler
LICENSE= MIT
GH_ACCOUNT= sass
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
PATHFIX_MAKEFILEIN= Makefile.am
USES= autoreconf libtool pathfix
USE_GITHUB= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>
|