blob: 7f8cff63d31e88f56e38bb4d3a2d8d6130fe4e64 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: hs-hs-bibutils
# Date created: May 14, 2010
# Whom: Gabor Pali <pgj@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= hs-bibutils
PORTVERSION= 4.12
PORTREVISION= 4
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Haskell bindings to bibutils, the bibliography conversion utilities
LICENSE= GPLv2
BUILD_DEPENDS= bibutils>=4.9:${PORTSDIR}/textproc/bibutils
RUN_DEPENDS= bibutils>=4.9:${PORTSDIR}/textproc/bibutils
USE_CABAL= syb
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|