diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-02-16 20:05:58 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-02-16 20:05:58 +0000 |
commit | e4413c27056a7749f31e9c9edfc676571015d6e6 (patch) | |
tree | 45ab3cf7e6f2e06fc2b41e34aef0011c2e8fe2f7 /dev-perl/HTML-Mason | |
parent | *** empty log message *** (diff) | |
download | historical-e4413c27056a7749f31e9c9edfc676571015d6e6.tar.gz historical-e4413c27056a7749f31e9c9edfc676571015d6e6.tar.bz2 historical-e4413c27056a7749f31e9c9edfc676571015d6e6.zip |
*** empty log message ***
Diffstat (limited to 'dev-perl/HTML-Mason')
-rw-r--r-- | dev-perl/HTML-Mason/HTML-Mason-1.0.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/HTML-Mason/files/digest-HTML-Mason-1.0 | 1 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.0.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.0.ebuild new file mode 100644 index 000000000000..e24604b6c52d --- /dev/null +++ b/dev-perl/HTML-Mason/HTML-Mason-1.0.ebuild @@ -0,0 +1,26 @@ +# 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-1.0.ebuild,v 1.1 2001/02/16 20:01:14 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +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() { + + perl Makefile.PL + try make + +} + +src_install () { + + try make PREFIX=${D}/usr install + dodoc Changes README CREDITS UPGRADE htdocs/* + +} diff --git a/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.0 b/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.0 new file mode 100644 index 000000000000..50212477eb63 --- /dev/null +++ b/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.0 @@ -0,0 +1 @@ +MD5 b3c06efcfe5612d4ac0cdef7e992d2f4 HTML-Mason-1.0.tar.gz |