Changeset View
Changeset View
Standalone View
Standalone View
head/converters/hs-sandi/Makefile
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= sandi | PORTNAME= sandi | ||||
PORTVERSION= 0.4.2 | PORTVERSION= 0.4.3 | ||||
PORTREVISION= 1 | PORTREVISION= 1 | ||||
CATEGORIES= converters haskell | CATEGORIES= converters haskell | ||||
MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
COMMENT= Data encoding library | COMMENT= Data encoding library | ||||
LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
CONFLICTS_INSTALL= hs-dataenc-[0-9]* | CONFLICTS_INSTALL= hs-dataenc-[0-9]* | ||||
USE_CABAL= conduit exceptions stringsearch | USE_CABAL= conduit exceptions stringsearch | ||||
post-extract: | |||||
${ECHO} "import Distribution.Simple" > ${WRKSRC}/Setup.hs | |||||
${ECHO} "main = defaultMain" >> ${WRKSRC}/Setup.hs | |||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
.include <bsd.port.mk> | .include <bsd.port.mk> |