Manual tweak misc/edfbrowser
[dports.git] / misc / cloc / Makefile
1 PORTNAME=       cloc
2 PORTVERSION=    1.98
3 CATEGORIES=     misc
4 MASTER_SITES=   https://github.com/AlDanial/cloc/releases/download/v${PORTVERSION}/
5
6 MAINTAINER=     sunpoet@FreeBSD.org
7 COMMENT=        Count lines of code
8 WWW=            https://github.com/AlDanial/cloc
9
10 LICENSE=        GPLv2
11 LICENSE_FILE=   ${WRKSRC}/LICENSE
12
13 RUN_DEPENDS=    p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff
14
15 USES=           perl5 shebangfix
16 USE_PERL5=      run
17
18 NO_ARCH=        yes
19 NO_BUILD=       yes
20
21 PLIST_FILES=    bin/cloc
22
23 SHEBANG_FILES=  cloc
24
25 do-install:
26         ${INSTALL_SCRIPT} ${WRKSRC}/cloc ${STAGEDIR}${PREFIX}/bin/
27
28 .include <bsd.port.mk>