freebsd-ports/www/rubygem-domainatrix/Makefile
2021-04-06 16:31:07 +02:00

20 lines
377 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
PORTNAME= domainatrix
PORTVERSION= 0.0.11
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Library for parsing domain names and canonicalizing URLs
LICENSE= MIT
RUN_DEPENDS= rubygem-addressable>=0:www/rubygem-addressable
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>