2004-06-09 14:15:32 +02:00
|
|
|
# New ports collection makefile for: p5-HTML-Tidy
|
|
|
|
# Date Created: 8 june 2004
|
|
|
|
# Whom: mat
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= HTML-Tidy
|
2010-09-19 19:52:42 +02:00
|
|
|
PORTVERSION= 1.54
|
2004-06-09 14:15:32 +02:00
|
|
|
CATEGORIES= textproc www perl5
|
2007-08-31 15:37:23 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-06-09 14:15:32 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2004-09-03 13:51:20 +02:00
|
|
|
|
2009-08-16 11:55:32 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-06-09 14:15:32 +02:00
|
|
|
COMMENT= Web validation in a Perl object using tidy
|
|
|
|
|
2010-05-19 09:04:27 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
|
|
|
|
LIB_DEPENDS= tidyp:${PORTSDIR}/textproc/tidyp
|
2004-06-09 14:15:32 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.8.0+
|
2004-06-09 14:15:32 +02:00
|
|
|
|
|
|
|
MAN3= HTML::Tidy.3 HTML::Tidy::Message.3
|
|
|
|
|
2010-06-07 03:21:40 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
|
|
|
|
${WRKSRC}/Makefile.PL
|
|
|
|
|
2004-09-03 13:51:20 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2010-09-19 19:52:42 +02:00
|
|
|
PORTDOCS= Changes README.markdown
|
2004-09-03 13:51:20 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
|
|
|
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
|
|
|
.endif
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|