forked from Lainports/freebsd-ports
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
19 lines
335 B
Makefile
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>
|