Prune x11/xpra
[dports.git] / www / linklint / Makefile
1 # Created by: Emanuel Haupt <ehaupt@critical.ch>
2 # $FreeBSD$
3
4 PORTNAME=       linklint
5 DISTVERSION=    2.3.6.d
6 CATEGORIES=     www
7 MASTER_SITES=   http://www.linklint.org/download/ \
8                 LOCAL/ehaupt
9
10 MAINTAINER=     ehaupt@FreeBSD.org
11 COMMENT=        Perl script that checks links on web sites
12
13 USES=           shebangfix perl5
14 USE_PERL5=      run
15 NO_ARCH=        yes
16 NO_BUILD=       yes
17
18 SHEBANG_FILES=  ${DISTNAME}
19
20 PLIST_FILES=    bin/linklint
21
22 do-install:
23         ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
24                 ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
25
26 .include <bsd.port.mk>