e4b830805e
Obtained from: FreeBSD Haskell
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.3
|
|
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>
|