aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/setsid/Makefile
blob: 4a02c3ac84776aa6ac42f28ab22ad2b23d89e4b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	setsid
DISTVERSION=	2.37
CATEGORIES=	sysutils
MASTER_SITES=	LOCAL/tobik

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Run a command in a new session
WWW=		https://github.com/t6/setsid

LICENSE=	PD

PLIST_FILES=	bin/setsid \
		bin/ssid \
		share/bash-completion/completions/setsid \
		share/man/man1/setsid.1.gz

.include <bsd.port.mk>