forked from Lainports/opnsense-ports
16 lines
324 B
Makefile
16 lines
324 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= vector-binary-instances
|
|
PORTVERSION= 0.2.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Instances of Data.Binary and Data.Serialize for vector
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= vector>=0.6
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|