summaryrefslogtreecommitdiff
path: root/textproc/rubygem-compass-blueprint/Makefile
blob: 9dfde44dfc4465b60f2158ee2e32a8e2058b546f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

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>