auto-update-system:
Fix bug causing termination when nothing in /usr/local/pkg/repos
auto-su+j-toggle:
Fix awk command when enabling journal
21 lines
375 B
Makefile
21 lines
375 B
Makefile
PORTNAME= auto-admin
|
|
DISTVERSION= 0.8.3-30
|
|
DISTVERSIONSUFFIX= -gdc2e235
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Portable tools for automating systems management
|
|
WWW= https://github.com/outpaddling/auto-admin
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= outpaddling
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|