blob: a3c9ea9ace4abdb6202e6a0ab89d78499f225b5c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}rubygem-
.include <bsd.port.post.mk>
|