openbsd-ports/net/ruby-public_suffix/Makefile
2022-06-08 08:46:38 +00:00

16 lines
313 B
Makefile

COMMENT= parse and decompose a domain names
DISTNAME= public_suffix-4.0.7
CATEGORIES= net
HOMEPAGE= https://simonecarletti.com/code/publicsuffix-ruby/
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>