freebsd-ports/databases/proftpd-mod_sql_postgres/Makefile
Bernhard Froehlich 7264d45ccb
databases/proftpd-mod_sql_postgres: Add CPE information
USES=cpe was removed per default in the master port so add it here now.

Approved by:    portmgr (blanket)
2021-09-03 09:19:35 +00:00

24 lines
442 B
Makefile

# Created by: Martin Matuska <mm@FreeBSD.org>
PORTNAME= mod_sql_postgres
PORTREVISION= 2
CATEGORIES= databases ftp
PKGNAMEPREFIX= proftpd-
MAINTAINER= mm@FreeBSD.org
COMMENT= PostgreSQL ProFTPD module
LICENSE= GPLv2
DESCR= ${.CURDIR}/pkg-descr
MASTERDIR= ${.CURDIR}/../../ftp/proftpd
USES= cpe pgsql
INCLUDEDIRS= ${LOCALBASE}/include
LIBDIRS= ${LOCALBASE}/lib
_BUILDING_PROFTPD_MODULE= ${PORTNAME}
.include "${MASTERDIR}/Makefile"