787f2c6ea6
Obtained from: FreeBSD Haskell
20 lines
435 B
Makefile
20 lines
435 B
Makefile
# New ports collection makefile for: hs-base64-bytestring
|
|
# Date created: August 13, 2011
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= base64-bytestring
|
|
PORTVERSION= 0.1.1.1
|
|
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>
|