blob: d290952a7b7bf6eb7e6cd33d884fbac97e5ae668 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: hs-system-filepath
# Date created: December 30, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= system-filepath
PORTVERSION= 0.4.6
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= High-level, byte-based file and directory path manipulations
LICENSE= MIT
FILE_LICENSE= license.txt
CABAL_SETUP= Setup.hs
USE_CABAL= text>=0.7.1
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|