8c36f7a8aa
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>
20 lines
385 B
Makefile
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>
|