mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
25 lines
453 B
Makefile
25 lines
453 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_sql_mysql
|
|
CATEGORIES= databases ftp
|
|
PKGNAMEPREFIX= proftpd-
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
COMMENT= MySQL ProFTPD module
|
|
|
|
LICENSE= GPLv2
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
MASTERDIR= ${.CURDIR}/../../ftp/proftpd
|
|
|
|
USES= mysql
|
|
|
|
INCLUDEDIRS= ${LOCALBASE}/include:${LOCALBASE}/include/mysql
|
|
LIBDIRS= ${LOCALBASE}/lib
|
|
|
|
_BUILDING_PROFTPD_MODULE= ${PORTNAME}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|