Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-th-abstraction/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= th-abstraction | PORTNAME= th-abstraction | ||||
| PORTVERSION= 0.2.3.0 | PORTVERSION= 0.2.6.0 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= This package normalizes variations in the interface for inspecting datatype information via Template Haskell | COMMENT= This package normalizes variations in the interface for inspecting datatype information via Template Haskell | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||