26 lines
496 B
Makefile
26 lines
496 B
Makefile
# Created by: Emanuel Haupt <ehaupt@critical.ch>
|
|
|
|
PORTNAME= linklint
|
|
DISTVERSION= 2.3.6.d
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.linklint.org/download/ \
|
|
LOCAL/ehaupt
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Perl script that checks links on web sites
|
|
|
|
USES= shebangfix perl5
|
|
USE_PERL5= run
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
SHEBANG_FILES= ${DISTNAME}
|
|
|
|
PLIST_FILES= bin/linklint
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
|
|
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|