mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
22 lines
413 B
Makefile
22 lines
413 B
Makefile
PORTNAME= auto-admin
|
|
DISTVERSION= 0.8.0-50
|
|
DISTVERSIONSUFFIX= -gb438b97
|
|
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
|
|
|
|
MAKE_ENV= MANDIR=${PREFIX}/share/man
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|