freebsd-ports/www/linklint/Makefile

30 lines
587 B
Makefile
Raw Normal View History

# New ports collection makefile for: linklint
# Date created: 16 Sep 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= linklint
2006-12-19 23:28:43 +01:00
DISTVERSION= 2.3.6.d
CATEGORIES= www
2006-06-01 14:13:54 +02:00
MASTER_SITES= http://www.linklint.org/download/ \
2008-03-27 20:27:34 +01:00
CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Perl script that checks links on web sites
USE_PERL5_RUN= yes
NO_BUILD= yes
PLIST_FILES= bin/linklint
post-patch:
@${REINPLACE_CMD} -e '1s|.*|#!${PERL}|' \
${WRKSRC}/${DISTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>