diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-11-16 21:54:14 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-11-16 21:54:14 +0000 |
| commit | 19be2ddf34e709bc1feb414d23615bb6f3fd06e5 (patch) | |
| tree | 165a8e99be9ddb09e867e578385b61204d608df0 /misc/sloccount | |
| parent | 2d7f7703b464905a916c8072840964721b377b7c (diff) | |
Notes
Diffstat (limited to 'misc/sloccount')
| -rw-r--r-- | misc/sloccount/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/misc/sloccount/Makefile b/misc/sloccount/Makefile index e6f7d0016496..e16c0435b8ae 100644 --- a/misc/sloccount/Makefile +++ b/misc/sloccount/Makefile @@ -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 |
