Lines 5-23
Link Here
|
5 |
# $FreeBSD: ports/www/rubygem-jekyll/Makefile,v 1.9 2011/03/09 06:23:21 wen Exp $ |
5 |
# $FreeBSD: ports/www/rubygem-jekyll/Makefile,v 1.9 2011/03/09 06:23:21 wen Exp $ |
6 |
|
6 |
|
7 |
PORTNAME= jekyll |
7 |
PORTNAME= jekyll |
8 |
PORTVERSION= 0.10.0 |
8 |
PORTVERSION= 0.11.0 |
9 |
CATEGORIES= www rubygems |
9 |
CATEGORIES= www rubygems |
10 |
MASTER_SITES= RG |
10 |
MASTER_SITES= RG |
11 |
|
11 |
|
12 |
MAINTAINER= peter.schuller@infidyne.com |
12 |
MAINTAINER= peter.schuller@infidyne.com |
13 |
COMMENT= A is a simple, blog aware, static site generator |
13 |
COMMENT= Jekyll is a simple, blog aware, static site generator |
14 |
|
14 |
|
15 |
RUN_DEPENDS= rubygem-classifier>=1.3.1:${PORTSDIR}/devel/rubygem-classifier \ |
15 |
RUN_DEPENDS= rubygem-classifier>=1.3.1:${PORTSDIR}/devel/rubygem-classifier \ |
16 |
rubygem-redcloth>=4.2.1:${PORTSDIR}/www/rubygem-redcloth \ |
16 |
rubygem-redcloth>=4.2.1:${PORTSDIR}/www/rubygem-redcloth \ |
17 |
rubygem-liquid>=1.9.0:${PORTSDIR}/textproc/rubygem-liquid \ |
17 |
rubygem-liquid>=1.9.0:${PORTSDIR}/textproc/rubygem-liquid \ |
18 |
rubygem-maruku>=0.5.9:${PORTSDIR}/www/rubygem-maruku \ |
18 |
rubygem-maruku>=0.5.9:${PORTSDIR}/www/rubygem-maruku \ |
19 |
rubygem-directory_watcher>=1.1.1:${PORTSDIR}/devel/rubygem-directory_watcher \ |
19 |
rubygem-directory_watcher>=1.1.1:${PORTSDIR}/devel/rubygem-directory_watcher \ |
20 |
rubygem-open4>=0.9.6:${PORTSDIR}/devel/rubygem-open4 |
20 |
rubygem-open4>=0.9.6:${PORTSDIR}/devel/rubygem-open4 \ |
|
|
21 |
rubygem-albino>=0:${PORTSDIR}/textproc/rubygem-albino \ |
22 |
rubygem-kramdown>=0:${PORTSDIR}/textproc/rubygem-kramdown |
21 |
|
23 |
|
22 |
USE_RUBY= yes |
24 |
USE_RUBY= yes |
23 |
USE_RUBYGEMS= yes |
25 |
USE_RUBYGEMS= yes |