4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
20 lines
325 B
Makefile
20 lines
325 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gnuidn
|
|
PORTVERSION= 0.2.1
|
|
PORTREVISION= 3
|
|
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>
|