2013-06-07 10:18:30 +02:00
|
|
|
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
2007-05-02 19:46:47 +02:00
|
|
|
|
|
|
|
PORTNAME= cloc
|
2021-05-12 23:04:31 +02:00
|
|
|
PORTVERSION= 1.90
|
|
|
|
DISTVERSIONPREFIX= v
|
2007-05-02 19:46:47 +02:00
|
|
|
CATEGORIES= misc
|
|
|
|
|
2021-05-12 23:04:31 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-05-02 19:46:47 +02:00
|
|
|
COMMENT= Counts lines of code
|
|
|
|
|
2016-12-05 00:35:16 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
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
|
|
|
|
2018-02-11 13:32:02 +01:00
|
|
|
USES= perl5
|
|
|
|
|
2016-12-05 00:35:16 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= AlDanial
|
|
|
|
|
2013-09-02 11:22:47 +02:00
|
|
|
USE_PERL5= run
|
2007-05-02 19:46:47 +02:00
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install:
|
2016-12-05 00:35:16 +01:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
2007-05-02 19:46:47 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|