freebsd-ports/textproc/rubygem-compass-blueprint/Makefile
Torsten Zuehlsdorff 6d13a9cc76 New port: textproc/rubygem-compass-blueprint
Compass extension for blueprint css framework.

WWW: https://github.com/Compass/compass-blueprint
2019-01-16 10:28:27 +00:00

21 lines
366 B
Makefile

# $FreeBSD$
PORTNAME= compass-blueprint
PORTVERSION= 1.0.0
CATEGORIES= textproc ruby
MASTER_SITES= RG
MAINTAINER= t.zuehlsdorff@anymotion.de
COMMENT= Compass extension for blueprint css framework
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-compass>=0:textproc/rubygem-compass
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>