2007-05-02 19:46:47 +02:00
|
|
|
PORTNAME= cloc
|
2022-07-11 15:49:24 +02:00
|
|
|
PORTVERSION= 1.94
|
2007-05-02 19:46:47 +02:00
|
|
|
CATEGORIES= misc
|
2021-05-16 17:13:42 +02:00
|
|
|
MASTER_SITES= https://github.com/AlDanial/cloc/releases/download/v${PORTVERSION}/
|
2007-05-02 19:46:47 +02:00
|
|
|
|
2021-05-16 17:13:42 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Count lines of code
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/AlDanial/cloc
|
2007-05-02 19:46:47 +02:00
|
|
|
|
2016-12-05 00:35:16 +01:00
|
|
|
LICENSE= GPLv2
|
2021-05-16 17:13:42 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2016-12-05 00:35:16 +01:00
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
RUN_DEPENDS= p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff
|
2008-02-16 18:47:50 +01:00
|
|
|
|
2021-05-16 17:13:42 +02:00
|
|
|
USES= perl5 shebangfix
|
2013-09-02 11:22:47 +02:00
|
|
|
USE_PERL5= run
|
2021-05-16 17:13:42 +02:00
|
|
|
|
|
|
|
NO_ARCH= yes
|
2007-05-02 19:46:47 +02:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
2021-05-16 17:13:42 +02:00
|
|
|
PLIST_FILES= bin/cloc
|
|
|
|
|
|
|
|
SHEBANG_FILES= cloc
|
|
|
|
|
2007-05-02 19:46:47 +02:00
|
|
|
do-install:
|
2021-05-16 17:13:42 +02:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/cloc ${STAGEDIR}${PREFIX}/bin/
|
2007-05-02 19:46:47 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|