diff options
author | rafan <rafan@FreeBSD.org> | 2007-02-19 16:19:27 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-02-19 16:19:27 +0000 |
commit | 132d2084217fe1b27e14dae4a984174dc9f53cb3 (patch) | |
tree | 421d07b7e9701457eb5ae781ecf3789cd52a25be /www/p5-HTML-Element-Library/Makefile | |
parent | 84ad6d6832352b0cec7b411eb33aac534e32641b (diff) | |
download | FreeBSD-ports-132d2084217fe1b27e14dae4a984174dc9f53cb3.zip FreeBSD-ports-132d2084217fe1b27e14dae4a984174dc9f53cb3.tar.gz |
Add p5-HTML-Element-Library 3.51, HTML::Element convenience functions.
PR: ports/109305
Submitted by: chinsan
Diffstat (limited to 'www/p5-HTML-Element-Library/Makefile')
-rw-r--r-- | www/p5-HTML-Element-Library/Makefile | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/www/p5-HTML-Element-Library/Makefile b/www/p5-HTML-Element-Library/Makefile new file mode 100644 index 0000000..83dbe00 --- /dev/null +++ b/www/p5-HTML-Element-Library/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: p5-HTML-Element-Library +# Date created: 2007/02/14 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= HTML-Element-Library +PORTVERSION= 3.51 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= HTML +PKGNAMEPREFIX= p5- + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= HTML::Element convenience functions + +BUILD_DEPENDS= p5-Array-Group>=0:${PORTSDIR}/devel/p5-Array-Group \ + p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ + p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-List-Rotation-Cycle>=0:${PORTSDIR}/devel/p5-List-Rotation-Cycle \ + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ + p5-Scalar-Listify>=0:${PORTSDIR}/devel/p5-Scalar-Listify \ + p5-HTML-PrettyPrinter>=0:${PORTSDIR}/www/p5-HTML-PrettyPrinter \ + p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree +RUN_DEPENDS= ${BUILD_DEPENDS} + +MAN3= HTML::Element::Library.3 HTML::Element::Library::Changes.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.pre.mk> + +post-extract: + @${CP} ${WRKSRC}/Changes ${WRKSRC}/CHANGES + +.include <bsd.port.post.mk> |