mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
20fec41cb7
jcpierri@gmail.com takes maintainership Port changes: * Code moved from the original CVS repository to the maintainer's repository on github * Update COMMENT * Add WWW PR: 230311 Submitted by: Josmar <jcpierri@gmail.com>
21 lines
406 B
Makefile
21 lines
406 B
Makefile
# Created by: Andrew Stevenson <andrew@ugh.net.au>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wait_on
|
|
DISTVERSION= 1.1-2
|
|
DISTVERSIONSUFFIX= -g2fb6f24
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= jcpierri@gmail.com
|
|
COMMENT= Enable shell scripts to monitor for changes on directories and files
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= uidfix
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jcpierri
|
|
|
|
PLIST_FILES= bin/wait_on man/man1/wait_on.1.gz
|
|
|
|
.include <bsd.port.mk>
|