freebsd-ports/devel/hs-base64-bytestring/Makefile
Gabor Pali 787f2c6ea6 - Update to 0.1.1.1
Obtained from:	FreeBSD Haskell
2012-06-03 21:34:40 +00:00

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>