freebsd-ports/databases/hs-mysql/Makefile
Gabor Pali e4b830805e - Update to 0.1.1.3
Obtained from:	FreeBSD Haskell
2012-02-13 04:07:07 +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.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>