opnsense-ports/textproc/hs-uri/Makefile
Franco Fichtner 380121386c */*: sync with upstream
Taken from: FreeBSD
2015-08-21 10:51:02 +02:00

15 lines
285 B
Makefile

# $FreeBSD$
PORTNAME= uri
PORTVERSION= 0.1.6.3
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Library for working with URIs
LICENSE= BSD3CLAUSE
USE_CABAL= parsec>=3.0 safe utf8-string
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>