Important fixes:
auto-ports-branch: Fix for local repos with multiple branches
auto-pkg-latest: Add FreeBSD kmod repo
A few other enhancements
Changes: https://github.com/outpaddling/auto-admin/commits/master/
21 lines
374 B
Makefile
21 lines
374 B
Makefile
PORTNAME= auto-admin
|
|
DISTVERSION= 0.8.3-7
|
|
DISTVERSIONSUFFIX= -g9de613e
|
|
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
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|