mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
19 lines
374 B
Makefile
19 lines
374 B
Makefile
# Created by: MIHIRA Yoshiro <sanpei@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= domain_name
|
|
PORTVERSION= 0.5.20
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Domain Name manipulation library for ruby
|
|
|
|
RUN_DEPENDS= rubygem-unf>=0.0.5:${PORTSDIR}/textproc/rubygem-unf
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|