blob: 9269ded1377741f77682e936319198873bf1a38e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= mod_sql_sqlite
PORTREVISION= 3
CATEGORIES= databases ftp
PKGNAMEPREFIX= proftpd-
MAINTAINER= mm@FreeBSD.org
COMMENT= SQLite ProFTPD module
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"
|