1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/net/rubygem-domain_name/Makefile

23 lines
456 B
Makefile

# 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
.include <bsd.port.mk>