freebsd-ports/databases/hs-mysql/Makefile
Gabor Pali 5e8679d1dd - Update to 0.1.1.4
Obtained from:	FreeBSD Haskell
2012-06-03 21:29:33 +00:00

20 lines
368 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.4
CATEGORIES= databases haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A low-level MySQL client library
LICENSE= BSD
USE_MYSQL= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>