freebsd-ports/devel/hs-system-filepath/Makefile

17 lines
329 B
Makefile

# $FreeBSD$
PORTNAME= system-filepath
PORTVERSION= 0.4.7
PORTREVISION= 2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= High-level, byte-based file and directory path manipulations
LICENSE= MIT
USE_CABAL= text>=0.7.1
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>