freebsd-ports/sysutils/auto-admin/Makefile
Jason W. Bacon a953b4d944 sysutils/auto-admin: Update to 0.8.0
Numerous small UI improvements
Several bug fixes
Add OpenBSD support to some of the most common scripts

Changes: https://github.com/outpaddling/auto-admin/releases
2023-10-23 06:11:53 -05:00

19 lines
335 B
Makefile

PORTNAME= auto-admin
DISTVERSION= 0.8.0
CATEGORIES= sysutils
MAINTAINER= jwb@FreeBSD.org
COMMENT= Portable tools for automating systems management
WWW= https://acadix.biz/auto-admin.php
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= outpaddling
NO_BUILD= yes
NO_ARCH= yes
.include <bsd.port.mk>