mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
981 B
Tcl
32 lines
981 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup npm 1.0
|
|
|
|
name spoof
|
|
version 2.0.4
|
|
revision 0
|
|
|
|
categories net security
|
|
license MIT
|
|
maintainers {i0ntempest @i0ntempest} openmaintainer
|
|
|
|
description Easily spoof your MAC address
|
|
long_description ${name} is a Node.js port of the popular SpoofMAC Python utility that allows\
|
|
you to easily spoof your MAC address.
|
|
|
|
homepage https://feross.org/spoofmac/
|
|
|
|
checksums rmd160 a009452746f62d509e20750dfdbcaa61edd199c3 \
|
|
sha256 d2bf5b3cf5dfa97543b4d56b5419318de9b41a7e94ce92c45a54d71e20be3705 \
|
|
size 8020
|
|
|
|
platform darwin {
|
|
if {${os.major} <= 20} {
|
|
# 11.0-
|
|
npm.nodejs_version \
|
|
18
|
|
npm.version 9
|
|
}
|
|
}
|