diff options
Diffstat (limited to 'net-misc/wakeonlan/wakeonlan-0.40.ebuild')
-rw-r--r-- | net-misc/wakeonlan/wakeonlan-0.40.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-misc/wakeonlan/wakeonlan-0.40.ebuild b/net-misc/wakeonlan/wakeonlan-0.40.ebuild new file mode 100644 index 000000000000..8ecfc618232a --- /dev/null +++ b/net-misc/wakeonlan/wakeonlan-0.40.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Client for Wake-On-LAN" +SRC_URI="http://gsd.di.uminho.pt/jpo/software/wakeonlan/downloads/${P}.tar.gz" +HOMEPAGE="http://gsd.di.uminho.pt/jpo/software/wakeonlan/" +IUSE="" + +SLOT="0" +LICENSE="Artistic GPL-2" +KEYWORDS="x86" |