82fdb4344a
Drop maintainership.
27 lines
480 B
Makefile
27 lines
480 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
|
|
PORTNAME= cloc
|
|
PORTVERSION= 1.90
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Counts lines of code
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff
|
|
|
|
USES= perl5
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= AlDanial
|
|
|
|
USE_PERL5= run
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|