mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
16 lines
313 B
Makefile
16 lines
313 B
Makefile
COMMENT= parse and decompose a domain names
|
|
|
|
DISTNAME= public_suffix-7.0.5
|
|
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>
|