opnsense-ports/textproc/hs-uri-encode/Makefile
Franco Fichtner d81000da0e */*: sync with upstream
Taken from: HardenedBSD
2018-07-01 12:11:24 +02:00

16 lines
294 B
Makefile

# $FreeBSD$
PORTNAME= uri-encode
PORTVERSION= 1.5.0.5
PORTREVISION= 1
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= URI encoding library
LICENSE= BSD3CLAUSE
USE_CABAL= network-uri utf8-string
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>