Update databases/mariadb105-server to version 10.5.17
[dports.git] / sysutils / stalepid / Makefile
1 PORTNAME=       stalepid
2 PORTVERSION=    1.0.2
3 CATEGORIES=     sysutils
4 MASTER_SITES=   https://devel.ringlet.net/files/sys/stalepid/
5
6 MAINTAINER=     driesm@FreeBSD.org
7 COMMENT=        Check for stale pid files and remove them
8 WWW=            https://devel.ringlet.net/sysutils/stalepid/
9
10 LICENSE=        BSD2CLAUSE
11
12 RUN_DEPENDS=    p5-Error>=0:lang/p5-Error
13
14 USES=           perl5 shebangfix uidfix
15 USE_PERL5=      run
16
17 SHEBANG_FILES=  ${WRKSRC}/stalepid.pl
18
19 PLIST_FILES=    bin/stalepid man/man1/stalepid.1.gz
20
21 .include <bsd.port.mk>