forked from Lainports/opnsense-ports
19 lines
365 B
Makefile
19 lines
365 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dataenc
|
|
PORTVERSION= 0.14.0.7
|
|
PORTREVISION= 6
|
|
CATEGORIES= converters haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Data encoding library
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
DEPRECATED= Not being developed upstream
|
|
EXPIRATION_DATE= 2018-09-15
|
|
|
|
CONFLICTS_INSTALL= hs-sandi-[0-9]*
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|