freebsd-ports/math/hs-semigroupoids/Makefile
Gabor Pali 5e90d88175 Provides a wide array of semigroupoids and operations for working with
semigroupoids.  A Semigroupoid is a Category without the requirement of
identity arrows for every object in the category.

WWW:	http://github.com/ekmett/semigroupoids/

Obtained from:	FreeBSD Haskell
2011-08-14 11:36:29 +00:00

21 lines
482 B
Makefile

# New ports collection makefile for: hs-semigroupoids
# Date created: July 16, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= semigroupoids
PORTVERSION= 1.2.5
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Haskell 98 semigroupoids: Category sans id
LICENSE= BSD
USE_CABAL= comonad>=1.1.1 contravariant>=0.1.2 semigroups>=0.7.1 \
transformers>=0.2.0
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>