freebsd-ports/dns/hs-gnuidn/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

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>