1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/www/p5-W3C-LogValidator/Makefile
Jimmy Olgeni 96a38c7c3a Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.

CR:		D510
Approved by:	portmgr (bapt)
2014-08-06 09:11:57 +00:00

40 lines
1.1 KiB
Makefile

# Created by: toni.viemero@iki.fi
# $FreeBSD$
PORTNAME= W3C-LogValidator
PORTVERSION= 1.4
PORTEPOCH= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= toni.viemero@iki.fi
COMMENT= Comprehensive validation tool for webmasters and web developers
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 \
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 \
${LOCALBASE}/bin/checklink:${PORTSDIR}/www/p5-W3C-LinkChecker
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
OPTIONS_DEFINE= EXAMPLES
.include <bsd.port.options.mk>
post-install:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
${INSTALL_DATA} ${WRKSRC}/samples/NewModule.pm \
${STAGEDIR}${EXAMPLESDIR}/
${INSTALL_DATA} ${WRKSRC}/samples/NewOutputModule.pm \
${STAGEDIR}${EXAMPLESDIR}/
${INSTALL_DATA} ${WRKSRC}/samples/logprocess.conf \
${STAGEDIR}${EXAMPLESDIR}/
.include <bsd.port.mk>