freebsd-ports/devel/hs-cereal/Makefile
Gabor Pali 99f98008b9 - Update to 0.3.5.2
- Use the new options framework

Obtained from:	FreeBSD Haskell
2012-08-03 02:52:49 +00:00

18 lines
374 B
Makefile

# New ports collection makefile for: hs-cereal
# Date created: 2010-08-17
# Whom: Ashish SHUKLA <ashish@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cereal
PORTVERSION= 0.3.5.2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A binary serialization library for Haskell
LICENSE= BSD
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>