22 lines
466 B
Makefile
22 lines
466 B
Makefile
# New ports collection makefile for: rubygem-jpmobile
|
|
# Date created: 2008-02-06
|
|
# Whom: TAKATSU Tomonari <tota@rtfm.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jpmobile
|
|
PORTVERSION= 0.0.7
|
|
CATEGORIES= japanese www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= A Rails plugin for Japanese mobile-phones
|
|
|
|
RUN_DEPENDS= rubygem-actionpack>=2.3.8:${PORTSDIR}/www/rubygem-actionpack
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|