aboutsummaryrefslogtreecommitdiff
path: root/databases/percona57-pam-for-mysql/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2023-10-01 09:30:03 +0000
committerRene Ladan <rene@FreeBSD.org>2023-10-01 09:30:03 +0000
commit438a30ec44e27e6c183b085f4a5c6479e1bcbbad (patch)
tree82c6cd3af533c4d71f07ca486964a187ef06ee6d /databases/percona57-pam-for-mysql/Makefile
parent7ba41b9e4e4b3a7b1494c0bd858577c25395efa9 (diff)
downloadports-438a30ec44e27e6c183b085f4a5c6479e1bcbbad.tar.gz
ports-438a30ec44e27e6c183b085f4a5c6479e1bcbbad.zip
Diffstat (limited to 'databases/percona57-pam-for-mysql/Makefile')
-rw-r--r--databases/percona57-pam-for-mysql/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/databases/percona57-pam-for-mysql/Makefile b/databases/percona57-pam-for-mysql/Makefile
deleted file mode 100644
index 9614290ce116..000000000000
--- a/databases/percona57-pam-for-mysql/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME= percona57
-PORTREVISION?= 0
-PKGNAMESUFFIX= -pam-for-mysql
-
-COMMENT= PAM plugin for MySQL
-WWW= https://www.percona.com/
-
-LICENSE= GPLv2+
-
-RUN_DEPENDS=# This plugin has no run dependencies. It should work with any desired mysql client/server.
-
-MASTERDIR= ${.CURDIR}/../percona57-server
-
-PKGMESSAGE= ${.CURDIR}/pkg-message
-PATCHDIR= ${MASTERDIR}/files
-FILESDIR= ${.CURDIR}/files
-PLIST= ${.CURDIR}/pkg-plist
-DESCR= ${.CURDIR}/pkg-descr
-
-CONFLICTS_INSTALL= percona5[0-68-9]-pam-for-mysql* \
- percona-pam-for-mysql*
-
-CMAKE_ARGS+= -DWITH_PAM=1
-
-PLUGIN_ONLY= yes
-
-do-install:
- (cd ${WRKSRC}/plugin/percona-pam-for-mysql && ${MAKE} ${MAKE_ARGS} install)
- ${INSTALL_DATA} ${FILESDIR}/pam.conf ${STAGEDIR}${PREFIX}/etc/pam.d/mysqld.sample
-
-.include "${MASTERDIR}/Makefile"