freebsd-ports/databases/hs-mysql/Makefile
Ashish SHUKLA 8c36f7a8aa This library is a Haskell binding to the MySQL mysqlclient client library.
It is a fairly faithful, low level library that implements
most of the MySQL client API.

WWW: https://github.com/mailrank/mysql

PR:		ports/157264
Submitted by:	Jyun-Yan You <jyyou@cs.nctu.edu.tw>
2011-07-03 22:00:49 +00:00

20 lines
385 B
Makefile

# New ports collection makefile for: hs-mysql
# Date created: 2011-05-23
# Whom: jyyou@cs.nctu.edu.tw
#
# $FreeBSD$
#
PORTNAME= mysql
PORTVERSION= 0.1.1.1
CATEGORIES= databases haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A low-level client library for the MySQL database
LICENSE= BSD
USE_MYSQL= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>