blob: ab2fe431e5b3b78284ff183a522593cba994a5f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# ex:ts=8
# Ports collection makefile for: layout-yullio
# Date created: Dec 27, 2006
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= layout-yullio
PORTVERSION= 0.9.0
CATEGORIES= www rubygems
MASTER_SITES= RF
DISTNAME= layout_yullio_generator-${PORTVERSION}
MAINTAINER= ijliao@FreeBSD.org
COMMENT= A combination of Mollio CSS/HTML template and Yahoo UI grid
RUN_DEPENDS= sow:${PORTSDIR}/devel/rubygem-hoe
GEM_NAME= ${DISTNAME}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|