aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/ssid/Makefile
blob: e7a4948b813372af9b4996fc8cb17f27153f0a7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$

PORTNAME=   ssid
PORTVERSION=    0.1
CATEGORIES= sysutils
MASTER_SITES=   http://dl.suckless.org/tools/

MAINTAINER= miwi@FreeBSD.org
COMMENT=    Simple setsid replacement

LICENSE=    MIT

PLIST_FILES=    bin/ssid

.include <bsd.port.mk>