Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-system-filepath/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= system-filepath | PORTNAME= system-filepath | ||||
| PORTVERSION= 0.4.13.4 | PORTVERSION= 0.4.14 | ||||
| PORTREVISION= 2 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= High-level, byte-based file and directory path manipulations | COMMENT= High-level, byte-based file and directory path manipulations | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| USE_CABAL= text>=0.11.0.6 | |||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||