Files

16 lines
313 B
Makefile
Raw Permalink Normal View History

2019-03-15 07:29:48 +00:00
COMMENT= parse and decompose a domain names
2026-06-04 18:00:53 +00:00
DISTNAME= public_suffix-7.0.5
2019-03-15 07:29:48 +00:00
CATEGORIES= net
HOMEPAGE= https://simonecarletti.com/code/publicsuffix-ruby/
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
# MIT
2019-06-24 10:58:05 +00:00
PERMIT_PACKAGE = Yes
2019-03-15 07:29:48 +00:00
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>