freebsd-ports/math/hs-categories/Makefile
Gabor Pali e4c623b40d - Update to 1.0.3
Obtained from:	FreeBSD Haskell
2012-06-03 22:10:43 +00:00

20 lines
401 B
Makefile

# New ports collection makefile for: hs-categories
# Date created: July 16, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= categories
PORTVERSION= 1.0.3
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Categories from category-extras
LICENSE= BSD
USE_CABAL= void>=0.5.4.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>