forked from Lainports/freebsd-ports
Several new scripts, bug fixes, and minor enhancements Changes: https://github.com/outpaddling/auto-admin/tags PR: 261386 Reported by: grahamperrin
18 lines
295 B
Makefile
18 lines
295 B
Makefile
PORTNAME= auto-admin
|
|
DISTVERSION= 0.7.9
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Portable tools for automating systems management
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= outpaddling
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|