Yasuhiro Kimura 0f071588db sysutils/stalepid: Move man page to share/man
Approved by:	portmgr (blanket)
2024-03-29 17:19:03 +09:00

23 lines
495 B
Makefile

PORTNAME= stalepid
PORTVERSION= 1.0.2
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://devel.ringlet.net/files/sys/stalepid/
MAINTAINER= driesm@FreeBSD.org
COMMENT= Check for stale pid files and remove them
WWW= https://devel.ringlet.net/sysutils/stalepid/
LICENSE= BSD2CLAUSE
RUN_DEPENDS= p5-Error>=0:lang/p5-Error
USES= perl5 shebangfix uidfix
USE_PERL5= run
SHEBANG_FILES= ${WRKSRC}/stalepid.pl
PLIST_FILES= bin/stalepid share/man/man1/stalepid.1.gz
.include <bsd.port.mk>