forked from Lainports/opnsense-ports
16 lines
296 B
Makefile
16 lines
296 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= activehs-base
|
|
PORTVERSION= 0.3.0.4
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Basic definitions for activehs
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= QuickCheck>=2.4
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|