freebsd-ports/textproc/rubygem-compass-import-once/Makefile
Sunpoet Po-Chuan Hsieh 49293c33a9 - Add NO_ARCH
2015-06-23 12:22:59 +00:00

21 lines
448 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= compass-import-once
PORTVERSION= 1.0.5
CATEGORIES= textproc ruby
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Compass core stylesheet library and minimum required ruby extensions
LICENSE= MIT
RUN_DEPENDS= rubygem-sass>=3.2:${PORTSDIR}/textproc/rubygem-sass
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>