diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2014-09-28 08:46:37 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2014-09-28 08:46:37 +0000 |
commit | 1ff4c0a40f0347b1328eec9d338c9bcb8ecf3b04 (patch) | |
tree | 02ec9cc7f97c0d78b14bbf54dd95377a3884bc19 /japanese/rubygem-jpmobile4 | |
parent | c36ee6c7361375648773640c7e81294938dbaafe (diff) |
Notes
Diffstat (limited to 'japanese/rubygem-jpmobile4')
-rw-r--r-- | japanese/rubygem-jpmobile4/Makefile | 45 | ||||
-rw-r--r-- | japanese/rubygem-jpmobile4/distinfo | 2 | ||||
-rw-r--r-- | japanese/rubygem-jpmobile4/pkg-descr | 5 |
3 files changed, 52 insertions, 0 deletions
diff --git a/japanese/rubygem-jpmobile4/Makefile b/japanese/rubygem-jpmobile4/Makefile new file mode 100644 index 000000000000..fccc3c80921d --- /dev/null +++ b/japanese/rubygem-jpmobile4/Makefile @@ -0,0 +1,45 @@ +# Created by: TAKATSU Tomonari <tota@rtfm.jp> +# $FreeBSD$ + +PORTNAME= jpmobile +PORTVERSION= 4.1.2 +CATEGORIES= japanese www rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 4 + +MAINTAINER= tota@FreeBSD.org +COMMENT= Rails plugin for Japanese mobile-phones + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-rails4>0:${PORTSDIR}/www/rubygem-rails4 + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +OPTIONS_DEFINE= GEOKIT IPADDRESSES TERMINFO +GEOKIT_DESC= Run with geokit +IPADDRESSES_DESC= IP address validation support +TERMINFO_DESC= terminal information support + +OPTIONS_DEFAULT= IPADDRESSES TERMINFO + +.include <bsd.port.pre.mk> + +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}rubygem- + +.if ${PORT_OPTIONS:MGEOKIT} +RUN_DEPENDS+= rubygem-geokit>=1.5.0:${PORTSDIR}/graphics/rubygem-geokit +.endif + +.if ${PORT_OPTIONS:MIPADDRESSES} +RUN_DEPENDS+= ja-rubygem-jpmobile-ipaddresses>=0.0.1:${PORTSDIR}/japanese/rubygem-jpmobile-ipaddresses +.endif + +.if ${PORT_OPTIONS:MTERMINFO} +RUN_DEPENDS+= ja-rubygem-jpmobile-terminfo>=0.0.2:${PORTSDIR}/japanese/rubygem-jpmobile-terminfo +.endif + +.include <bsd.port.post.mk> diff --git a/japanese/rubygem-jpmobile4/distinfo b/japanese/rubygem-jpmobile4/distinfo new file mode 100644 index 000000000000..7df3e38c8f3e --- /dev/null +++ b/japanese/rubygem-jpmobile4/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/jpmobile-4.1.2.gem) = a656c43e94684cad0b762ba3724d52dcefb477e403928e99a9de3efe7576ea4c +SIZE (rubygem/jpmobile-4.1.2.gem) = 385536 diff --git a/japanese/rubygem-jpmobile4/pkg-descr b/japanese/rubygem-jpmobile4/pkg-descr new file mode 100644 index 000000000000..258042b79802 --- /dev/null +++ b/japanese/rubygem-jpmobile4/pkg-descr @@ -0,0 +1,5 @@ +This plugin provides many convenient functions +for developing websites for mobile-phones. +The plugin absorbs differences between mobile-phone service providers. + +WWW: http://jpmobile-rails.org |