16 lines
315 B
Makefile
16 lines
315 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= publicsuffixlist
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= net haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Is a given string a domain suffix?
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= cereal data-default text>=0.11 utf8-string
|
|
|
|
NO_STAGE= yes
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|