freebsd-ports/net/libnss-mysql/Makefile
Martin Wilke 60473e7015 - Stage support
- Convert to USES
2014-01-31 07:04:20 +00:00

19 lines
389 B
Makefile

# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org>
# $FreeBSD$
PORTNAME= libnss-mysql
PORTVERSION= 1.5
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= vd@FreeBSD.org
COMMENT= NSS module using a MySQL database for backend
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --with-mysql=${LOCALBASE}
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_MYSQL= yes
.include <bsd.port.mk>