mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
18 lines
274 B
Makefile
18 lines
274 B
Makefile
PORTNAME= checkson
|
|
DISTVERSION= 1.3
|
|
CATEGORIES= net-mgmt rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= florian@fsrv.xyz
|
|
COMMENT= Simple checking tool for easy os checks
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/checkson
|
|
|
|
.include <bsd.port.mk>
|