freebsd-ports/textproc/rubygem-compass-rails/Makefile
Antoine Brodin c25714cbb8 Mark BROKEN: conflicting run depends
pkg-static: rubygem-sass-3.5.1 conflicts with rubygem-sass34-3.4.25 (installs files into the same place).  Problematic file: /usr/local/bin/sass

Reported by:	pkg-fallout
2017-09-01 18:33:51 +00:00

24 lines
494 B
Makefile

# $FreeBSD$
PORTNAME= compass-rails
PORTVERSION= 3.0.2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Integrate Compass into Rails 2.3 and up
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN= conflicting run depends
RUN_DEPENDS= rubygem-compass>=1.0.0:textproc/rubygem-compass \
rubygem-sass-rails5>=0:textproc/rubygem-sass-rails5 \
rubygem-sprockets3>=0:devel/rubygem-sprockets3
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>