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