mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
d46c2efac2
We hope to see ijliao back again sometime. Hat: portmgr
27 lines
508 B
Makefile
27 lines
508 B
Makefile
# 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= RG
|
|
DISTNAME= layout_yullio_generator-${PORTVERSION}
|
|
|
|
MAINTAINER= ruby@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>
|