mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
27 lines
581 B
Makefile
27 lines
581 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTML-Truncate
|
|
PORTVERSION= 0.20
|
|
CATEGORIES= textproc www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Truncate HTML by character count while preserving well-formedness
|
|
|
|
RUN_DEPENDS= p5-HTML-Parser>=2:${PORTSDIR}/www/p5-HTML-Parser \
|
|
p5-HTML-Tagset>=3:${PORTSDIR}/www/p5-HTML-Tagset
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= HTML::Truncate.3
|
|
|
|
NO_STAGE= yes
|
|
post-patch:
|
|
${RM} -f ${WRKSRC}/lib/HTML/Truncate.pm.orig
|
|
|
|
.include <bsd.port.mk>
|