freebsd-ports/sysutils/auto-admin/Makefile
Jason W. Bacon b647ebf062 sysutils/auto-admin: Update to 0.8.0.25
auto-automount-setup: Fix early exit due to failed automount deinstall
    Unbreaks automounting of removable media in desktop-installer
Move some scripts from sbin to bin
Numerous improvements for other systems, not relevant to FreeBSD
2024-02-21 19:19:00 -06:00

20 lines
367 B
Makefile

PORTNAME= auto-admin
DISTVERSION= 0.8.0-25
DISTVERSIONSUFFIX= -g9cd1f50
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>