Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-th-lift/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= th-lift | PORTNAME= th-lift | ||||
| PORTVERSION= 0.7.7 | PORTVERSION= 0.7.8 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Derive Template Haskell's Lift class for datatypes. | COMMENT= Derive Template Haskell's Lift class for datatypes. | ||||
| 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> | ||||