23 lines
393 B
Makefile
23 lines
393 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jpmobile-ipaddresses
|
|
PORTVERSION= 0.0.2
|
|
CATEGORIES= japanese www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Carrier IP Address List for jpmobile
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}rubygem-
|
|
|
|
.include <bsd.port.post.mk>
|