freebsd-ports/textproc/libsass/Makefile
Mathieu Arnold fb4deed873 Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 20:24:15 +00:00

27 lines
445 B
Makefile

# 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>