You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.100....

24 lines
536 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.100.0.ebuild,v 1.5 2015/02/02 14:40:18 jer Exp $
EAPI=5
MODULE_AUTHOR="NEELY"
MODULE_VERSION="0.10"
inherit perl-module
DESCRIPTION="Light weight module for validating domains"
SLOT="0"
KEYWORDS="amd64 ~hppa"
IUSE="test"
RDEPEND=">=dev-perl/Net-Domain-TLD-1.690.0"
DEPEND="${RDEPEND}
test? ( virtual/perl-Test-Simple )
"
SRC_TEST=do