diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-07-12 16:07:15 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-07-12 16:07:15 +0000 |
commit | b5d9ba4599020e0e2abeed19d23f677242b85d5a (patch) | |
tree | 8a1ab72b49ccd6ff30c465f49deff7414fcb9380 /databases/nagios-check_postgres_replication/Makefile | |
parent | - Update to 2.6.1 (diff) |
- Add LICENSE
- Add NO_ARCH
- Use PLIST_FILES instead of PLIST
Notes
Notes:
svn path=/head/; revision=391789
Diffstat (limited to 'databases/nagios-check_postgres_replication/Makefile')
-rw-r--r-- | databases/nagios-check_postgres_replication/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/databases/nagios-check_postgres_replication/Makefile b/databases/nagios-check_postgres_replication/Makefile index 91484524c685..225509f4ff97 100644 --- a/databases/nagios-check_postgres_replication/Makefile +++ b/databases/nagios-check_postgres_replication/Makefile @@ -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} |