Lines 2-13
Link Here
|
2 |
|
2 |
|
3 |
PORTNAME= another-htmllint |
3 |
PORTNAME= another-htmllint |
4 |
PORTVERSION= 20111128 |
4 |
PORTVERSION= 20111128 |
5 |
PORTREVISION= 1 |
5 |
PORTREVISION= 2 |
6 |
CATEGORIES= japanese www |
6 |
CATEGORIES= japanese www |
7 |
MASTER_SITES= http://openlab.ring.gr.jp/k16/htmllint/archives/ |
7 |
MASTER_SITES= http://openlab.ring.gr.jp/k16/htmllint/archives/ |
8 |
DISTNAME= htmllint |
8 |
DISTNAME= htmllint |
9 |
|
9 |
|
10 |
MAINTAINER= kuriyama@FreeBSD.org |
10 |
MAINTAINER= yasu@utahime.org |
11 |
COMMENT= Another HTML-lint (all messages are written in Japanese) |
11 |
COMMENT= Another HTML-lint (all messages are written in Japanese) |
12 |
|
12 |
|
13 |
LICENSE= AnotherHTMLlint |
13 |
LICENSE= AnotherHTMLlint |
Lines 15-21
Link Here
|
15 |
LICENSE_TEXT= See http://openlab.ring.gr.jp/k16/htmllint/index.html (Written in Japanese) |
15 |
LICENSE_TEXT= See http://openlab.ring.gr.jp/k16/htmllint/index.html (Written in Japanese) |
16 |
LICENSE_PERMS= no-dist-sell no-pkg-sell |
16 |
LICENSE_PERMS= no-dist-sell no-pkg-sell |
17 |
|
17 |
|
18 |
RUN_DEPENDS= p5-CGI.pm>=0:www/p5-CGI.pm \ |
18 |
RUN_DEPENDS= p5-CGI>=0:www/p5-CGI \ |
19 |
p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ |
19 |
p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ |
20 |
p5-libwww>=0:www/p5-libwww \ |
20 |
p5-libwww>=0:www/p5-libwww \ |
21 |
ja-p5-Jcode>=0:japanese/p5-Jcode |
21 |
ja-p5-Jcode>=0:japanese/p5-Jcode |
Lines 38-44
Link Here
|
38 |
SEDSUB= ${SED} -i.bak -e 's@%%PREFIX%%@${PREFIX}@ ; s@%%DATADIR%%@${DATADIR}@' |
38 |
SEDSUB= ${SED} -i.bak -e 's@%%PREFIX%%@${PREFIX}@ ; s@%%DATADIR%%@${DATADIR}@' |
39 |
|
39 |
|
40 |
# Please set this! |
40 |
# Please set this! |
41 |
HTMLLINT_ADMIN?= kuriyama@FreeBSD.org |
41 |
HTMLLINT_ADMIN?= webmaster@example.com |
42 |
|
42 |
|
43 |
do-build: |
43 |
do-build: |
44 |
@${SEDSUB} ${WRKSRC}/htmllintenv |
44 |
@${SEDSUB} ${WRKSRC}/htmllintenv |