diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2011-08-13 20:33:23 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2011-08-13 20:33:23 +0000 |
commit | 52f3ff5d86e096241e6ed1380de2d1fe9c8174b1 (patch) | |
tree | cf0924674343f284da6913a9683085292e6f9d8a /devel/hs-bytestring-nums/Makefile | |
parent | 6adc6d8381728e563bbdfa6fc6602b42474ac2b2 (diff) |
Notes
Diffstat (limited to 'devel/hs-bytestring-nums/Makefile')
-rw-r--r-- | devel/hs-bytestring-nums/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/hs-bytestring-nums/Makefile b/devel/hs-bytestring-nums/Makefile new file mode 100644 index 000000000000..1332805c9ca3 --- /dev/null +++ b/devel/hs-bytestring-nums/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: hs-bytestring-nums +# Date created: September 19, 2010 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= bytestring-nums +PORTVERSION= 0.3.3 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Parse numeric literals from ByteStrings + +LICENSE= BSD + +CABAL_SETUP= Setup.hs + +EXECUTABLE= spoj-eugene + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |