mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
23 lines
445 B
Makefile
23 lines
445 B
Makefile
PORTNAME= mod_sql_sqlite
|
|
PORTREVISION= 4
|
|
CATEGORIES= databases ftp
|
|
PKGNAMEPREFIX= proftpd-
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
COMMENT= SQLite ProFTPD module
|
|
WWW= http://www.proftpd.org/docs/contrib/mod_sql.html
|
|
|
|
LICENSE= GPLv2
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
MASTERDIR= ${.CURDIR}/../../ftp/proftpd
|
|
|
|
USES= cpe sqlite
|
|
|
|
INCLUDEDIRS= ${LOCALBASE}/include
|
|
LIBDIRS= ${LOCALBASE}/lib
|
|
|
|
_BUILDING_PROFTPD_MODULE= ${PORTNAME}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|