forked from Lainports/opnsense-ports
17 lines
403 B
Makefile
17 lines
403 B
Makefile
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>
|