forked from Lainports/opnsense-ports
14 lines
261 B
Makefile
14 lines
261 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= parallel
|
|
PORTVERSION= 3.2.1.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Parallel programming library
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|