blob: 71c249f38dd4cc4a1a0d6d2679aa44d634b9c9e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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>
|