diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2005-12-01 17:26:49 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2005-12-01 17:26:49 +0800 |
commit | c27921676a4b3a0bca716e179a792df2f5beecaf (patch) | |
tree | 5a30176a548d71d184ea13a101e0d8730b273c9a /www/p5-HTML-Chunks | |
parent | 2c100c016eea66859de774ca4ebb644614644a4e (diff) | |
download | freebsd-ports-gnome-c27921676a4b3a0bca716e179a792df2f5beecaf.tar.gz freebsd-ports-gnome-c27921676a4b3a0bca716e179a792df2f5beecaf.tar.zst freebsd-ports-gnome-c27921676a4b3a0bca716e179a792df2f5beecaf.zip |
Move recently added port from ports/www/p5-HTML-Chuncks to
ports/www/p5-HTML-Chunks
Diffstat (limited to 'www/p5-HTML-Chunks')
-rw-r--r-- | www/p5-HTML-Chunks/Makefile | 33 | ||||
-rw-r--r-- | www/p5-HTML-Chunks/distinfo | 3 | ||||
-rw-r--r-- | www/p5-HTML-Chunks/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-HTML-Chunks/pkg-plist | 9 |
4 files changed, 49 insertions, 0 deletions
diff --git a/www/p5-HTML-Chunks/Makefile b/www/p5-HTML-Chunks/Makefile new file mode 100644 index 000000000000..1b1a5bb79876 --- /dev/null +++ b/www/p5-HTML-Chunks/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: p5-HTML-Chunks +# Date created: 27 November 2005 +# Whom: Alexander Koch <fbsd@meersau.de> +# +# $FreeBSD$ +# + +PORTNAME= HTML-Chunks +PORTVERSION= 1.53 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= HTML +PKGNAMEPREFIX= p5- + +MAINTAINER= fbsd@meersau.de +COMMENT= A simple nested template engine for HTML, XML and XHTML + +RUN_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy + +PERL_CONFIGURE= yes + +WRKSRC= ${WRKDIR}/${PORTNAME} + +MAN3= HTML::Chunks.3 HTML::Chunks::Local.3 HTML::Chunks::Super.3 \ + HTML::ChunksLocal.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500806 +IGNORE= needs Perl 5.8.6 or above (lang/perl5.8) +.endif + +.include <bsd.port.post.mk> diff --git a/www/p5-HTML-Chunks/distinfo b/www/p5-HTML-Chunks/distinfo new file mode 100644 index 000000000000..4898c81e948c --- /dev/null +++ b/www/p5-HTML-Chunks/distinfo @@ -0,0 +1,3 @@ +MD5 (HTML-Chunks-1.53.tar.gz) = 2504a5e89b52e81c9504fd78484c5e18 +SHA256 (HTML-Chunks-1.53.tar.gz) = e0d431eede9c14d7df804d89005923df3c682fb16190ae85d27ed1d876ac9eff +SIZE (HTML-Chunks-1.53.tar.gz) = 10570 diff --git a/www/p5-HTML-Chunks/pkg-descr b/www/p5-HTML-Chunks/pkg-descr new file mode 100644 index 000000000000..be7e8a84ea46 --- /dev/null +++ b/www/p5-HTML-Chunks/pkg-descr @@ -0,0 +1,4 @@ +HTML::Chunks is a Perl module which provides a simple template system for HTML, +XML and XHTML. + +WWW: http://search.cpan.org/dist/HTML-Chunks/ diff --git a/www/p5-HTML-Chunks/pkg-plist b/www/p5-HTML-Chunks/pkg-plist new file mode 100644 index 000000000000..3652b5ea1f91 --- /dev/null +++ b/www/p5-HTML-Chunks/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/HTML/Chunks.pm +%%SITE_PERL%%/HTML/Chunks/Local.pm +%%SITE_PERL%%/HTML/Chunks/Super.pm +%%SITE_PERL%%/HTML/ChunksLocal.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Chunks/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Chunks +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true +@dirrm %%SITE_PERL%%/HTML/Chunks +@unexec rmdir %D/%%SITE_PERL%%/HTML 2>/dev/null || true |