forked from Lainports/opnsense-ports
17 lines
291 B
Makefile
17 lines
291 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gio
|
|
PORTVERSION= 0.13.3.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Binding to the GIO
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= pkgconfig
|
|
USE_CABAL= glib>=0.13.0.0 mtl
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|