2000-01-29 04:29:19 +01:00
|
|
|
# New ports collection makefile for: p5-HTML-Summary
|
|
|
|
# Date created: 3 January 2000
|
|
|
|
# Whom: Dmitry Sivachenko <dima@Chg.RU>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-06-17 04:37:15 +02:00
|
|
|
PORTNAME= HTML-Summary
|
2001-01-16 18:33:20 +01:00
|
|
|
PORTVERSION= 0.017
|
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
2000-01-29 04:29:19 +01:00
|
|
|
MASTER_SITE_SUBDIR= HTML
|
2000-06-17 04:37:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2000-01-29 04:29:19 +01:00
|
|
|
|
2000-11-13 13:45:40 +01:00
|
|
|
MAINTAINER= demon@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Produces summaries from the textual content of web pages
|
2000-01-29 04:29:19 +01:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree
|
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2000-01-29 04:29:19 +01:00
|
|
|
|
|
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
MAN3= HTML::Summary.3 Text::Sentence.3 Lingua::JA::Jtruncate.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|