Changeset View
Changeset View
Standalone View
Standalone View
head/converters/hs-json/Makefile
| # Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> | # Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= json | PORTNAME= json | ||||
| PORTVERSION= 0.9.2 | PORTVERSION= 0.9.2 | ||||
| PORTREVISION= 1 | PORTREVISION= 2 | ||||
| CATEGORIES= converters haskell | CATEGORIES= converters haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Support for serialising Haskell to and from JSON | COMMENT= Support for serialising Haskell to and from JSON | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= mtl syb | USE_CABAL= mtl syb | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||