summaryrefslogtreecommitdiff
path: root/dev-perl/HTML-StripScripts/HTML-StripScripts-1.05.ebuild
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2014-09-29 09:02:24 +0200
committerMarcin Deranek <marcin.deranek@slonko.net>2014-09-29 09:02:24 +0200
commit103cf8b2ebc990a52011b7b0adeab45dc63ee99d (patch)
tree8cf2d2fef53dd6a17ed142614ccc255f3db29246 /dev-perl/HTML-StripScripts/HTML-StripScripts-1.05.ebuild
downloadportage-103cf8b2ebc990a52011b7b0adeab45dc63ee99d.tar.gz
portage-103cf8b2ebc990a52011b7b0adeab45dc63ee99d.tar.bz2
portage-103cf8b2ebc990a52011b7b0adeab45dc63ee99d.zip
Initial commit
Diffstat (limited to 'dev-perl/HTML-StripScripts/HTML-StripScripts-1.05.ebuild')
-rw-r--r--dev-perl/HTML-StripScripts/HTML-StripScripts-1.05.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/HTML-StripScripts/HTML-StripScripts-1.05.ebuild b/dev-perl/HTML-StripScripts/HTML-StripScripts-1.05.ebuild
new file mode 100644
index 0000000..439e8e7
--- /dev/null
+++ b/dev-perl/HTML-StripScripts/HTML-StripScripts-1.05.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit perl-module
+
+DESCRIPTION="XSS filter using HTML::Parser"
+HOMEPAGE=""
+SRC_URI="mirror://cpan/authors/id/D/DR/DRTECH/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL )"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+SRC_TEST="do"
+
+DEPEND="dev-lang/perl"