ports/net/ruby-public_suffix/Makefile

16 lines
313 B
Makefile
Raw Normal View History

2023-08-18 18:38:43 +00:00
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>