aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-domain_name/Makefile
blob: 57926ba05c9aec5ee0e3e98d3211a4785c4328cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: MIHIRA Yoshiro <sanpei@FreeBSD.org>
# $FreeBSD$

PORTNAME=	domain_name
PORTVERSION=	0.5.20160310
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Domain Name manipulation library for ruby

LICENSE=	BSD2CLAUSE BSD3CLAUSE GPLv2 LGPL21 MPL
LICENSE_COMB=	multi
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-unf>=0.0.5:textproc/rubygem-unf

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem:autoplist

.include <bsd.port.mk>