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

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

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

LICENSE=	GPLv3

USE_C2HS=	yes

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

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