diff options
author | ade <ade@FreeBSD.org> | 2000-01-29 03:29:19 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-01-29 03:29:19 +0000 |
commit | 45f345586f044e9624810f57c61272a2d568b0e8 (patch) | |
tree | 059a403319509e6d4b107e09194f001d526f1994 /www/p5-HTML-Summary/Makefile | |
parent | 4c46cee02907780e3c68111ef038ff201cd72130 (diff) | |
download | FreeBSD-ports-45f345586f044e9624810f57c61272a2d568b0e8.zip FreeBSD-ports-45f345586f044e9624810f57c61272a2d568b0e8.tar.gz |
The HTML::Summary module produces summaries from the textual content of
web pages. It does so using the location heuristic, which determines the
value of a given sentence based on its position and status within the
document.
PR: 15863
Submitted by: Dmitry Sivachenko <dima@Chg.RU>
Diffstat (limited to 'www/p5-HTML-Summary/Makefile')
-rw-r--r-- | www/p5-HTML-Summary/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/www/p5-HTML-Summary/Makefile b/www/p5-HTML-Summary/Makefile new file mode 100644 index 0000000..b2da8bd --- /dev/null +++ b/www/p5-HTML-Summary/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-HTML-Summary +# Version required: 0.017 +# Date created: 3 January 2000 +# Whom: Dmitry Sivachenko <dima@Chg.RU> +# +# $FreeBSD$ +# + +DISTNAME= HTML-Summary-0.017 +PKGNAME= p5-HTML-Summary-0.017 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= HTML + +MAINTAINER= dima@Chg.RU + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree + +USE_PERL5= YES + +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +MAN3= HTML::Summary.3 Text::Sentence.3 Lingua::JA::Jtruncate.3 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include <bsd.port.mk> |