forked from Lainports/opnsense-ports
16 lines
268 B
Makefile
16 lines
268 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= categories
|
|
PORTVERSION= 1.0.7
|
|
PORTREVISION= 4
|
|
CATEGORIES= math haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Categories
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= void>=0.5.4.2
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|