19 lines
351 B
Makefile
19 lines
351 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= compass-rails
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Integrate Compass into Rails 2.3 and up
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-compass>=0.12.4:${PORTSDIR}/textproc/rubygem-compass
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|