aboutsummaryrefslogtreecommitdiff
path: root/dns/hs-gnuidn
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2014-08-10 22:34:50 +0000
committerGabor Pali <pgj@FreeBSD.org>2014-08-10 22:34:50 +0000
commitcc555442337c7591ab5c3fd19ad8e3e185a256b0 (patch)
treea6a0dfa4f440949889fc7b609c83f74555f6894e /dns/hs-gnuidn
parent5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff)
downloadports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.tar.gz
ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.zip
Notes
Diffstat (limited to 'dns/hs-gnuidn')
-rw-r--r--dns/hs-gnuidn/Makefile19
-rw-r--r--dns/hs-gnuidn/distinfo2
-rw-r--r--dns/hs-gnuidn/pkg-descr3
3 files changed, 24 insertions, 0 deletions
diff --git a/dns/hs-gnuidn/Makefile b/dns/hs-gnuidn/Makefile
new file mode 100644
index 000000000000..881d2d8f9574
--- /dev/null
+++ b/dns/hs-gnuidn/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= gnuidn
+PORTVERSION= 0.2.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:${PORTSDIR}/dns/libidn
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/dns/hs-gnuidn/distinfo b/dns/hs-gnuidn/distinfo
new file mode 100644
index 000000000000..cd52d8e83ea4
--- /dev/null
+++ b/dns/hs-gnuidn/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/gnuidn-0.2.1.tar.gz) = 67744c8559ed5c722c53c7a4c2a37821b59ede4b9288ceb995410ec6cb3031ca
+SIZE (cabal/gnuidn-0.2.1.tar.gz) = 16392
diff --git a/dns/hs-gnuidn/pkg-descr b/dns/hs-gnuidn/pkg-descr
new file mode 100644
index 000000000000..d8912662cbe2
--- /dev/null
+++ b/dns/hs-gnuidn/pkg-descr
@@ -0,0 +1,3 @@
+Bindings for GNU IDN.
+
+WWW: https://john-millikin.com/software/haskell-gnuidn/