diff options
author | az <az@FreeBSD.org> | 2013-09-10 17:39:11 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 17:39:11 +0800 |
commit | f885f1f404a0e739efc20c9455105ee370bc3fd3 (patch) | |
tree | 23572d67d8160cff75549053414fd1dccc777167 /japanese/another-htmllint | |
parent | 8bfd6a9495163f7075b6148be2ad13d9872229f3 (diff) | |
download | freebsd-ports-gnome-f885f1f404a0e739efc20c9455105ee370bc3fd3.tar.gz freebsd-ports-gnome-f885f1f404a0e739efc20c9455105ee370bc3fd3.tar.zst freebsd-ports-gnome-f885f1f404a0e739efc20c9455105ee370bc3fd3.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'japanese/another-htmllint')
-rw-r--r-- | japanese/another-htmllint/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/japanese/another-htmllint/Makefile b/japanese/another-htmllint/Makefile index 4821b9b32706..3206dbd25587 100644 --- a/japanese/another-htmllint/Makefile +++ b/japanese/another-htmllint/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: Another HTML-lint -# Date created: 29 Sep 2000 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= another-htmllint PORTVERSION= 20060601 @@ -16,7 +11,7 @@ COMMENT= Another HTML-lint (all messages are written in Japanese) RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode -USE_PERL5= YES +USES= perl5 USE_ZIP= YES WRKSRC= ${WRKDIR} EXTRACT_BEFORE_ARGS= -a -q |