aboutsummaryrefslogtreecommitdiffstats
path: root/dns/hs-gnuidn/Makefile
blob: 68891673edcd23a5ddfbc0f9dd52ebf000c4726a (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=   2
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>