net-firewall/ferm - 2.7 (gentoo)

Search

Package Information

Description:
Command line util for managing firewall rules
Homepage:
http://ferm.foo-projects.org/
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
2.7 8 amd64 ~arm64 ppc x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit systemd

DESCRIPTION="Command line util for managing firewall rules"
HOMEPAGE="http://ferm.foo-projects.org/"
SRC_URI="http://ferm.foo-projects.org/download/${PV}/${P}.tar.xz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ~arm64 ppc x86"

# Uses Internet connection while testing.
RESTRICT="test"

# does not install any perl libs
RDEPEND="dev-lang/perl:*
	net-firewall/iptables
	virtual/perl-File-Spec"

DOCS=( AUTHORS NEWS README.rst TODO doc/ferm.txt examples/ )
HTML_DOCS=( doc/ferm.html )

src_install() {
	dosbin src/{,import-}ferm
	systemd_dounit ferm.service

	einstalldocs
	doman doc/*.1
}

pkg_postinst() {
	elog "See ${EROOT}/usr/share/doc/${PF}/examples for sample configs"
}

Dependencies

RDEPEND

dev-lang/perl:*
	net-firewall/iptables
	virtual/perl-File-Spec

Manifest for 2.7

Type File Size Source URLs
DIST ferm-2.7.tar.xz 77320 bytes http://ferm.foo-projects.org/download/2.7/ferm-2.7.tar.xz