aboutsummaryrefslogtreecommitdiff
path: root/sysutils/firstboot-cloudsetup/Makefile
blob: 214e551b49db29d92921f86ec4765f3852d814c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	cloudsetup
PORTVERSION=	1.2
CATEGORIES=	sysutils
MASTER_SITES=	https://git.sr.ht/~jornane/${PORTNAME}/archive/
PKGNAMEPREFIX=	firstboot-

MAINTAINER=	jornane@icloud.com
COMMENT=	Configure network and user when the system first boots
WWW=		https://git.sr.ht/~jornane/cloudsetup

LICENSE=	BSD3CLAUSE

WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTNAME}
NO_BUILD=	yes
NO_ARCH=	yes

.include <bsd.port.mk>