2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
2005-12-23 14:03:36 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= HTML-Truncate
|
2009-07-15 13:12:13 +02:00
|
|
|
PORTVERSION= 0.20
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
BUILD_DEPENDS= p5-HTML-Parser>=2:www/p5-HTML-Parser \
|
|
|
|
p5-HTML-Tagset>=3:www/p5-HTML-Tagset
|
2013-11-07 04:52:41 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2005-12-23 14:03:36 +01:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2005-12-23 14:03:36 +01:00
|
|
|
|
2009-07-15 13:12:13 +02:00
|
|
|
post-patch:
|
2016-10-21 14:51:40 +02:00
|
|
|
${RM} ${WRKSRC}/lib/HTML/Truncate.pm.orig
|
2009-07-15 13:12:13 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|