mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
27 lines
471 B
Makefile
27 lines
471 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cloc
|
|
PORTVERSION= 1.74
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
|
COMMENT= Counts lines of code
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= AlDanial
|
|
|
|
USES= perl5
|
|
USE_PERL5= run
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|