2008-02-16 18:54:48 +01:00
|
|
|
# New ports collection makefile for: rubygem-jpmobile
|
|
|
|
# Date created: 2008-02-06
|
|
|
|
# Whom: TAKATSU Tomonari <tota@rtfm.jp>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= jpmobile
|
|
|
|
PORTVERSION= 0.0.2
|
|
|
|
CATEGORIES= japanese www rubygems
|
2009-04-24 04:05:38 +02:00
|
|
|
MASTER_SITES= RF
|
2008-02-16 18:54:48 +01:00
|
|
|
|
|
|
|
MAINTAINER= tota@rtfm.jp
|
|
|
|
COMMENT= A Rails plugin for Japanese mobile-phones
|
|
|
|
|
|
|
|
BUILD_DEPENDS= rubygem-actionpack>=1.12.5:${PORTSDIR}/www/rubygem-actionpack \
|
|
|
|
rubygem-hpricot>=0.4:${PORTSDIR}/www/rubygem-hpricot
|
|
|
|
RUN_DEPENDS= rubygem-actionpack>=1.12.5:${PORTSDIR}/www/rubygem-actionpack \
|
|
|
|
rubygem-hpricot>=0.4:${PORTSDIR}/www/rubygem-hpricot
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBYGEMS= yes
|
2009-04-24 04:05:38 +02:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-02-16 18:54:48 +01:00
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
.include <bsd.port.mk>
|