diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2011-08-14 14:29:14 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2011-08-14 14:29:14 +0000 |
commit | 2f0c788422e3940712df9e5cbd35e8d2ad44fba7 (patch) | |
tree | 7f1a5f6e140aa850b050b56f88b40ab9740867aa /devel/hs-base64-bytestring/Makefile | |
parent | b32be464483cadd573af92d3e006aa180bde107a (diff) | |
download | ports-2f0c788422e3940712df9e5cbd35e8d2ad44fba7.tar.gz ports-2f0c788422e3940712df9e5cbd35e8d2ad44fba7.zip |
Notes
Diffstat (limited to 'devel/hs-base64-bytestring/Makefile')
-rw-r--r-- | devel/hs-base64-bytestring/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/hs-base64-bytestring/Makefile b/devel/hs-base64-bytestring/Makefile new file mode 100644 index 000000000000..634eddf23b85 --- /dev/null +++ b/devel/hs-base64-bytestring/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: hs-base64-bytestring +# Date created: August 13, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= base64-bytestring +PORTVERSION= 0.1.0.3 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Fast base64 encoding and decoding for ByteStrings + +LICENSE= BSD + +CABAL_SETUP= Setup.hs + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |