1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/science/hs-bio/Makefile

22 lines
457 B
Makefile
Raw Normal View History

# New ports collection makefile for: hs-bio
# Date created: December 20 2009
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#
PORTNAME= bio
2010-07-30 09:14:14 +00:00
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>