16 lines
313 B
Makefile
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>
|