|
Lines 6-12
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= W3C-LogValidator |
8 |
PORTNAME= W3C-LogValidator |
| 9 |
PORTVERSION= 1.05 |
9 |
PORTVERSION= 1.06 |
| 10 |
CATEGORIES= www perl5 |
10 |
CATEGORIES= www perl5 |
| 11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
| 12 |
MASTER_SITE_SUBDIR= W3C |
12 |
MASTER_SITE_SUBDIR= W3C |
|
Lines 28-57
Link Here
|
| 28 |
|
28 |
|
| 29 |
MAN3= W3C::LogValidator.3 \ |
29 |
MAN3= W3C::LogValidator.3 \ |
| 30 |
W3C::LogValidator::Basic.3 \ |
30 |
W3C::LogValidator::Basic.3 \ |
| 31 |
W3C::LogValidator::Config.3 \ |
|
|
| 32 |
W3C::LogValidator::CSSValidator.3 \ |
31 |
W3C::LogValidator::CSSValidator.3 \ |
|
|
32 |
W3C::LogValidator::Config.3 \ |
| 33 |
W3C::LogValidator::HTMLValidator.3 \ |
33 |
W3C::LogValidator::HTMLValidator.3 \ |
| 34 |
W3C::LogValidator::SurveyEngine.3 \ |
|
|
| 35 |
W3C::LogValidator::Output::HTML.3 \ |
34 |
W3C::LogValidator::Output::HTML.3 \ |
| 36 |
W3C::LogValidator::Output::Mail.3 \ |
35 |
W3C::LogValidator::Output::Mail.3 \ |
| 37 |
W3C::LogValidator::Output::Raw.3 |
36 |
W3C::LogValidator::Output::Raw.3 \ |
|
|
37 |
W3C::LogValidator::SurveyEngine.3 |
| 38 |
|
38 |
|
| 39 |
.include <bsd.port.pre.mk> |
39 |
.include <bsd.port.pre.mk> |
| 40 |
|
40 |
|
| 41 |
.if ${PERL_LEVEL} < 500800 |
41 |
.if ${PERL_LEVEL} < 500802 # inherited from www/p5-webservice-validator-css-w3c |
| 42 |
BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp |
42 |
IGNORE= requires at least Perl 5.8.2. Please install lang/perl5.8 and try again |
| 43 |
.endif |
|
|
| 44 |
|
| 45 |
.if ${PERL_LEVEL} < 500600 |
| 46 |
post-patch: |
| 47 |
@${FIND} ${WRKSRC} -name "*.pm" | \ |
| 48 |
${XARGS} ${PERL5} -pi -e 's/^our ([^;=]+)/use vars qw(\1); \1/;' |
| 49 |
.endif |
43 |
.endif |
| 50 |
|
44 |
|
|
|
45 |
.ifndef (NOPORTDOCS) |
| 51 |
post-install: |
46 |
post-install: |
| 52 |
@${MKDIR} ${EXAMPLESDIR} |
47 |
@${MKDIR} ${EXAMPLESDIR} |
| 53 |
@${INSTALL_DATA} ${WRKSRC}/samples/NewModule.pm ${EXAMPLESDIR} |
48 |
@${INSTALL_DATA} ${WRKSRC}/samples/NewModule.pm ${EXAMPLESDIR} |
| 54 |
@${INSTALL_DATA} ${WRKSRC}/samples/NewOutputModule.pm ${EXAMPLESDIR} |
49 |
@${INSTALL_DATA} ${WRKSRC}/samples/NewOutputModule.pm ${EXAMPLESDIR} |
| 55 |
@${INSTALL_DATA} ${WRKSRC}/samples/logprocess.conf ${EXAMPLESDIR} |
50 |
@${INSTALL_DATA} ${WRKSRC}/samples/logprocess.conf ${EXAMPLESDIR} |
|
|
51 |
.endif |
| 56 |
|
52 |
|
| 57 |
.include <bsd.port.post.mk> |
53 |
.include <bsd.port.post.mk> |