diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-18 17:18:34 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-18 17:18:34 +0000 |
commit | 5601089dd490b8145fa6de4138b71ce853b06f45 (patch) | |
tree | 66462840b3ea46518a6f518400278fbc0774af42 /www/hs-path-pieces/Makefile | |
parent | b41bcdb179233c9e18a93b8716e857c6dd8df2f9 (diff) |
Components of paths.
WWW: http://github.com/snoyberg/path-pieces
Obtained from: FreeBSD Haskell
Notes
Notes:
svn path=/head/; revision=291713
Diffstat (limited to 'www/hs-path-pieces/Makefile')
-rw-r--r-- | www/hs-path-pieces/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/hs-path-pieces/Makefile b/www/hs-path-pieces/Makefile new file mode 100644 index 000000000000..0814dd82ced3 --- /dev/null +++ b/www/hs-path-pieces/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: hs-path-pieces +# Date created: December 26, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= path-pieces +PORTVERSION= 0.0.0 +CATEGORIES= www haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Components of paths + +LICENSE= BSD + +USE_CABAL= text>=0.5 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |