2005-12-23 14:03:36 +01:00
|
|
|
# New ports collection makefile for: textproc/p5-HTML-Truncate
|
|
|
|
# Date created: 23 December 2005
|
|
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= HTML-Truncate
|
2009-07-15 13:12:13 +02:00
|
|
|
PORTVERSION= 0.20
|
2005-12-23 14:03:36 +01:00
|
|
|
CATEGORIES= textproc www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-12-23 14:03:36 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2009-05-11 08:41:30 +02:00
|
|
|
COMMENT= Truncate HTML by character count while preserving well-formedness
|
2005-12-23 14:03:36 +01:00
|
|
|
|
2009-05-11 08:41:30 +02:00
|
|
|
RUN_DEPENDS= p5-HTML-Parser>=2:${PORTSDIR}/www/p5-HTML-Parser \
|
|
|
|
p5-HTML-Tagset>=3:${PORTSDIR}/www/p5-HTML-Tagset
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2005-12-23 14:03:36 +01:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.8.0+
|
2005-12-23 14:03:36 +01:00
|
|
|
|
2009-05-11 08:41:30 +02:00
|
|
|
MAN3= HTML::Truncate.3
|
|
|
|
|
2009-07-15 13:12:13 +02:00
|
|
|
post-patch:
|
|
|
|
${RM} -f ${WRKSRC}/lib/HTML/Truncate.pm.orig
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|