aboutsummaryrefslogtreecommitdiffstats
path: root/dns/hs-gnuidn/Makefile
blob: 9bba43d70f94a4f59cdb3b78cb9d3be50d38eda3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=   gnuidn
PORTVERSION=    0.2.2
PORTREVISION=   1
CATEGORIES= dns haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Bindings for GNU IDN

LICENSE=    GPLv3

USE_CABAL=  text
USE_C2HS=   yes

USES=       pkgconfig
LIB_DEPENDS=    libidn.so:dns/libidn

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>