diff options
Diffstat (limited to 'textproc/hs-hs-bibutils/Makefile')
-rw-r--r-- | textproc/hs-hs-bibutils/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/hs-hs-bibutils/Makefile b/textproc/hs-hs-bibutils/Makefile new file mode 100644 index 000000000000..37fc4a7feb11 --- /dev/null +++ b/textproc/hs-hs-bibutils/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: hs-hs-bibutils +# Date created: May 14, 2010 +# Whom: Gabor Pali <pgj@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= hs-bibutils +PORTVERSION= 0.3 +CATEGORIES= textproc haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Haskell bindings to bibutils, the bibliography conversion utilities + +BUILD_DEPENDS= bibutils>=4.9:${PORTSDIR}/textproc/bibutils +RUN_DEPENDS= bibutils>=4.9:${PORTSDIR}/textproc/bibutils + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |