summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Mason
diff options
context:
space:
mode:
authormjl <mjl>2001-03-25 05:22:12 +0000
committermjl <mjl>2001-03-25 05:22:12 +0000
commit0440dd7bfbe6c0bbce1b3d2bbc285551e428d754 (patch)
treea86f72eb0b469602dd5230be51d8bbb3343228de /www/p5-HTML-Mason
parent6f1e4b56fd93504dd2f11520982e84da355911ad (diff)
downloadpkgsrc-0440dd7bfbe6c0bbce1b3d2bbc285551e428d754.tar.gz
Initial import of p5-HTML-Mason, a Perl-based web site development
and delivery system.
Diffstat (limited to 'www/p5-HTML-Mason')
-rw-r--r--www/p5-HTML-Mason/Makefile20
-rw-r--r--www/p5-HTML-Mason/files/md53
-rw-r--r--www/p5-HTML-Mason/pkg/DESCR7
-rw-r--r--www/p5-HTML-Mason/pkg/PLIST1
4 files changed, 31 insertions, 0 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile
new file mode 100644
index 00000000000..0e2e94050c5
--- /dev/null
+++ b/www/p5-HTML-Mason/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/25 05:22:12 mjl Exp $
+
+DISTNAME= HTML-Mason-1.0
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.masonhq.com/
+COMMENT= Perl-based web site development and delivery system
+
+DEPENDS+= p5-MLDBM>=2.0:../../databases/p5-MLDBM
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML/Mason/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/p5-HTML-Mason/files/md5 b/www/p5-HTML-Mason/files/md5
new file mode 100644
index 00000000000..e1b98061bf7
--- /dev/null
+++ b/www/p5-HTML-Mason/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2001/03/25 05:22:12 mjl Exp $
+
+SHA1 (HTML-Mason-1.0.tar.gz) = 4d04bba369d9b994c187b4eed8a1dff8ea091502
diff --git a/www/p5-HTML-Mason/pkg/DESCR b/www/p5-HTML-Mason/pkg/DESCR
new file mode 100644
index 00000000000..877fff0d432
--- /dev/null
+++ b/www/p5-HTML-Mason/pkg/DESCR
@@ -0,0 +1,7 @@
+Mason allows web pages and sites to be constructed from
+shared, reusable building blocks called components. Components contain
+a mix of Perl and HTML, and can call each other and pass values back
+and forth like subroutines. Components increase modularity and
+eliminate repetitive work: common design elements (headers, footers,
+menus, logos) can be extracted into their own components where they
+need be changed only once to affect the whole site.
diff --git a/www/p5-HTML-Mason/pkg/PLIST b/www/p5-HTML-Mason/pkg/PLIST
new file mode 100644
index 00000000000..22448406f6a
--- /dev/null
+++ b/www/p5-HTML-Mason/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/25 05:22:12 mjl Exp $