2004-08-27 15:14:32 +02:00
|
|
|
# New ports collection makefile for: p5-W3C-LogValidator
|
|
|
|
# Date created: Jun 24, 2004
|
|
|
|
# Whom: toni.viemero@iki.fi
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= W3C-LogValidator
|
2009-07-23 19:29:54 +02:00
|
|
|
PORTVERSION= 1.4
|
2008-01-24 15:03:34 +01:00
|
|
|
PORTEPOCH= 1
|
2004-08-27 15:14:32 +02:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-08-27 15:14:32 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= toni.viemero@iki.fi
|
|
|
|
COMMENT= A comprehensive validation tool for webmasters and web developers
|
|
|
|
|
2012-06-30 16:31:06 +02:00
|
|
|
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
|
|
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
|
|
|
p5-Config-General>=0:${PORTSDIR}/devel/p5-Config-General \
|
|
|
|
p5-Mail-Sendmail>=0:${PORTSDIR}/mail/p5-Mail-Sendmail \
|
2012-07-23 10:22:47 +02:00
|
|
|
p5-WebService-Validator-CSS-W3C>=0:${PORTSDIR}/www/p5-webservice-validator-css-w3c \
|
|
|
|
p5-WebService-Validator-HTML-W3C>=0:${PORTSDIR}/www/p5-webservice-validator-html-w3c \
|
2006-01-04 10:16:58 +01:00
|
|
|
${LOCALBASE}/bin/checklink:${PORTSDIR}/www/p5-W3C-LinkChecker
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2004-08-27 15:14:32 +02:00
|
|
|
|
2011-09-17 09:06:45 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2004-08-27 15:14:32 +02:00
|
|
|
|
|
|
|
MAN3= W3C::LogValidator.3 \
|
|
|
|
W3C::LogValidator::Basic.3 \
|
|
|
|
W3C::LogValidator::CSSValidator.3 \
|
2006-06-27 16:34:48 +02:00
|
|
|
W3C::LogValidator::Config.3 \
|
2004-08-27 15:14:32 +02:00
|
|
|
W3C::LogValidator::HTMLValidator.3 \
|
|
|
|
W3C::LogValidator::Output::HTML.3 \
|
|
|
|
W3C::LogValidator::Output::Mail.3 \
|
2006-06-27 16:34:48 +02:00
|
|
|
W3C::LogValidator::Output::Raw.3 \
|
|
|
|
W3C::LogValidator::SurveyEngine.3
|
2004-08-27 15:14:32 +02:00
|
|
|
|
|
|
|
post-install:
|
2009-07-23 19:29:54 +02:00
|
|
|
.ifndef (NOPORTEXAMPLES)
|
|
|
|
@${MKDIR} ${EXAMPLESDIR}/
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/samples/NewModule.pm ${EXAMPLESDIR}/
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/samples/NewOutputModule.pm ${EXAMPLESDIR}/
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/samples/logprocess.conf ${EXAMPLESDIR}/
|
2006-06-27 16:34:48 +02:00
|
|
|
.endif
|
2004-08-27 15:14:32 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|