Initial import of p5-HTML-Mason, a Perl-based web site development

and delivery system.
This commit is contained in:
mjl 2001-03-25 05:22:12 +00:00
parent a18467f8b2
commit 87b0c1b9b0
4 changed files with 31 additions and 0 deletions

View file

@ -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"

View file

@ -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

View file

@ -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.

View file

@ -0,0 +1 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/25 05:22:12 mjl Exp $