21 lines
372 B
Plaintext
Raw Normal View History

name = "FreeBSD-%PKGNAME%"
2015-03-18 13:01:09 +00:00
origin = "base"
version = "%VERSION%"
comment = "SNMP daemon and userland tools"
categories = [ base ]
maintainer = "re@FreeBSD.org"
www = "https://www.FreeBSD.org"
2015-03-18 13:01:09 +00:00
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
%DESC%
2015-03-18 13:01:09 +00:00
EOD
deps: {
FreeBSD-runtime: {
origin: "base",
version: "%VERSION%"
}
}