mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Fix shebangs
MFH: 2014Q4 Approved by: portmgr blanket
This commit is contained in:
parent
2d7f7703b4
commit
19be2ddf34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372652
@ -3,13 +3,18 @@
|
||||
|
||||
PORTNAME= sloccount
|
||||
PORTVERSION= 2.26
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.dwheeler.com/sloccount/
|
||||
|
||||
MAINTAINER= freaky@aagh.net
|
||||
COMMENT= Counts physical Source Lines of Code (SLOC)
|
||||
|
||||
USES= perl5
|
||||
USES= perl5 shebangfix
|
||||
SHEBANG_FILES= asm_count break_filelist cobol_count count_extensions \
|
||||
f90_count fortran_count generic_count get_sloc \
|
||||
get_sloc_details haskell_count lex_count modula3_count \
|
||||
objc_count perl_count print_sum python_count sql_count
|
||||
|
||||
MAKEFILE= makefile
|
||||
INSTALL_TARGET= install_programs install_man
|
||||
|
Loading…
Reference in New Issue
Block a user