freebsd-ports/science/hs-bio/Makefile
2010-07-30 09:14:14 +00:00

21 lines
457 B
Makefile

# New ports collection makefile for: hs-bio
# Date created: December 20 2009
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#
PORTNAME= bio
PORTVERSION= 0.4.6
CATEGORIES= science haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A Haskell bioinformatics library
CABAL_SETUP= Setup.hs
USE_HACKAGE= binary tagsoup>=0.4
PORTDATA= *
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>