blob: 0cab1e280959a95593b49b60022f7cbc19ab4c7d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $FreeBSD$
PORTNAME= hs-bibutils
PORTVERSION= 5.5
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Bindings to bibutils, the bibliography conversion utilities
LICENSE= GPLv2
USE_CABAL= syb
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|