diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Sledge-Template-Expr/Makefile | 30 | ||||
-rw-r--r-- | www/p5-Sledge-Template-Expr/distinfo | 1 | ||||
-rw-r--r-- | www/p5-Sledge-Template-Expr/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-Sledge-Template-Expr/pkg-plist | 5 |
5 files changed, 41 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index eecf2d4a6200..e8b82d130c7b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -345,6 +345,7 @@ SUBDIR += p5-Sledge-Plugin-ScratchPad SUBDIR += p5-Sledge-Plugin-SessionAutoCleanup SUBDIR += p5-Sledge-SessionManager-CookieStore + SUBDIR += p5-Sledge-Template-Expr SUBDIR += p5-Template-Toolkit SUBDIR += p5-URI-Sequin SUBDIR += p5-WWW-Automate diff --git a/www/p5-Sledge-Template-Expr/Makefile b/www/p5-Sledge-Template-Expr/Makefile new file mode 100644 index 000000000000..1bab83cdadff --- /dev/null +++ b/www/p5-Sledge-Template-Expr/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-Sledge-Template-Expr +# Date created: 27 February 2003 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +PORTNAME= Sledge-Template-Expr +PORTVERSION= 0.03 +CATEGORIES= www perl5 +MASTER_SITES= http://downloads.sourceforge.jp/sledge/2369/ +PKGNAMEPREFIX= p5- + +MAINTAINER= knu@FreeBSD.org +COMMENT= A Sledge extension that uses HTML::Template::Expr as template engine + +BUILD_DEPENDS= ${PM_DEPENDS} +RUN_DEPENDS= ${PM_DEPENDS} + +PM_DEPENDS= ${SITE_PERL}/Sledge.pm:${PORTSDIR}/www/p5-Sledge +PM_DEPENDS+= ${SITE_PERL}/HTML/Template/Expr.pm:${PORTSDIR}/www/p5-HTML-Template-Expr + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} + +PERL_CONFIGURE= yes + +MAN3= Sledge::Template::Expr.3 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/www/p5-Sledge-Template-Expr/distinfo b/www/p5-Sledge-Template-Expr/distinfo new file mode 100644 index 000000000000..f1a63846f67c --- /dev/null +++ b/www/p5-Sledge-Template-Expr/distinfo @@ -0,0 +1 @@ +MD5 (Sledge-Template-Expr-0.03.tar.gz) = 916932e565ff261db96287d1f23a34cd diff --git a/www/p5-Sledge-Template-Expr/pkg-descr b/www/p5-Sledge-Template-Expr/pkg-descr new file mode 100644 index 000000000000..938829e2b636 --- /dev/null +++ b/www/p5-Sledge-Template-Expr/pkg-descr @@ -0,0 +1,4 @@ +Sledge::Template::Expr is a Sledge extension that uses +HTML::Template::Expr as template engine. + +WWW: http://sl.edge.jp/ diff --git a/www/p5-Sledge-Template-Expr/pkg-plist b/www/p5-Sledge-Template-Expr/pkg-plist new file mode 100644 index 000000000000..c025181d689f --- /dev/null +++ b/www/p5-Sledge-Template-Expr/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/Sledge/Template/Expr.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sledge/Template/Expr/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sledge/Template/Expr +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sledge/Template 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Sledge/Template 2>/dev/null || true |