summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-01-04 11:07:56 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-01-04 11:07:56 +0100
commit8206a7cf12b72e091aad8bd27b347e169fc1aaa1 (patch)
treeccdd1211c362d4575015ee5f954fd6a42b30d6a1 /dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild
parentdev-perl/Filesys-SmbClient: Make it build with samba-4, bug 581338 (diff)
downloadgentoo-8206a7cf12b72e091aad8bd27b347e169fc1aaa1.tar.gz
gentoo-8206a7cf12b72e091aad8bd27b347e169fc1aaa1.tar.bz2
gentoo-8206a7cf12b72e091aad8bd27b347e169fc1aaa1.zip
dev-perl/HTML-StripScripts: New package, required for HTML::StripScripts::Parser
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild')
-rw-r--r--dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild b/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild
new file mode 100644
index 000000000000..99377e27eab1
--- /dev/null
+++ b/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=6
+
+DIST_VERSION=1.06
+DIST_AUTHOR=DRTECH
+inherit perl-module
+
+DESCRIPTION="Strip scripting constructs out of HTML"
+
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="test"
+
+RDEPEND="
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"