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