diff options
author | Jerry Alexandratos <jerry@gentoo.org> | 2000-11-06 19:16:53 +0000 |
---|---|---|
committer | Jerry Alexandratos <jerry@gentoo.org> | 2000-11-06 19:16:53 +0000 |
commit | b15a06d3e295e25254e0f4ccf8480f5791abebbd (patch) | |
tree | bee7d8ee634121d99035cb9f6915190618c1314d /dev-perl/HTML-Mason | |
parent | *** empty log message *** (diff) | |
download | historical-b15a06d3e295e25254e0f4ccf8480f5791abebbd.tar.gz historical-b15a06d3e295e25254e0f4ccf8480f5791abebbd.tar.bz2 historical-b15a06d3e295e25254e0f4ccf8480f5791abebbd.zip |
Added HTML-Mason portage to tree.
Diffstat (limited to 'dev-perl/HTML-Mason')
-rw-r--r-- | dev-perl/HTML-Mason/HTML-Mason-0.89.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/HTML-Mason/files/digest-HTML-Mason-0.89 | 1 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/HTML-Mason/HTML-Mason-0.89.ebuild b/dev-perl/HTML-Mason/HTML-Mason-0.89.ebuild new file mode 100644 index 000000000000..4357920b85f5 --- /dev/null +++ b/dev-perl/HTML-Mason/HTML-Mason-0.89.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Jerry Alexandratos <jerry@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-0.89.ebuild,v 1.1 2000/11/06 19:16:53 jerry Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +CATEGORY="dev-perl" +DESCRIPTION="A HTML development and delivery Perl Module" +SRC_URI="http://www.masonhq.com/download/${A}" +HOMEPAGE="http://www.masonhq.com/" + +DEPEND=">=sys-devel/perl-5" + +src_compile() { + cd ${S} + perl Makefile.PL + try make +} + +src_install () { + cd ${S} + try make PREFIX=${D}/usr install + dodoc Changes README CREDITS UPGRADE htdocs/* +} diff --git a/dev-perl/HTML-Mason/files/digest-HTML-Mason-0.89 b/dev-perl/HTML-Mason/files/digest-HTML-Mason-0.89 new file mode 100644 index 000000000000..de6d8c6b3d75 --- /dev/null +++ b/dev-perl/HTML-Mason/files/digest-HTML-Mason-0.89 @@ -0,0 +1 @@ +MD5 d03e77cd42b6995eefeeccb3a0d0b541 HTML-Mason-0.89.tar.gz |