mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Add LICENSE
- Add NO_ARCH - Use PLIST_FILES instead of PLIST
This commit is contained in:
parent
0045bd42d5
commit
b5d9ba4599
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391789
@ -12,13 +12,17 @@ EXTRACT_SUFX=
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Nagios plugin to check the lag between a postgresql replica and master
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nagiosplugin>=0:${PORTSDIR}/sysutils/py-nagiosplugin \
|
||||
${PYTHON_PKGNAMEPREFIX}psycopg2>=0:${PORTSDIR}/databases/py-psycopg2
|
||||
|
||||
USES= pgsql python
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
USES= pgsql python
|
||||
|
||||
PLIST_FILES= libexec/nagios/check_postgres_replication
|
||||
|
||||
do-extract:
|
||||
${MKDIR} ${WRKDIR}
|
||||
|
@ -1 +0,0 @@
|
||||
libexec/nagios/check_postgres_replication
|
Loading…
Reference in New Issue
Block a user