summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-03-21 21:17:11 +1300
committerKent Fredric <kentnl@gentoo.org>2017-03-21 21:17:37 +1300
commitde0b3ece189837840e191bc395aac2854373966d (patch)
treee3260feb0ea8aec351ea4dab65cafe60ee2eed49 /dev-perl/FCGI-ProcManager/FCGI-ProcManager-0.280.0.ebuild
parentxfce-extra/xfce4-notifyd: Bump to 0.3.6 (diff)
downloadgentoo-de0b3ece189837840e191bc395aac2854373966d.tar.gz
gentoo-de0b3ece189837840e191bc395aac2854373966d.tar.bz2
gentoo-de0b3ece189837840e191bc395aac2854373966d.zip
dev-perl/FCGI-ProcManager: Bump to version 0.280.0
- EAPI6 Upstream: - Win32 Support Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/FCGI-ProcManager/FCGI-ProcManager-0.280.0.ebuild')
-rw-r--r--dev-perl/FCGI-ProcManager/FCGI-ProcManager-0.280.0.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/FCGI-ProcManager/FCGI-ProcManager-0.280.0.ebuild b/dev-perl/FCGI-ProcManager/FCGI-ProcManager-0.280.0.ebuild
new file mode 100644
index 000000000000..4384e6c4c60a
--- /dev/null
+++ b/dev-perl/FCGI-ProcManager/FCGI-ProcManager-0.280.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ARODLAND
+DIST_VERSION=0.28
+inherit perl-module
+
+DESCRIPTION="A FastCGI process manager"
+
+SLOT="0"
+LICENSE="LGPL-2.1"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="virtual/perl-ExtUtils-MakeMaker"