diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 09:22:47 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 09:22:47 +0000 |
commit | ca11b0d6e9a1ec907ecd9af2960fc14b2d50a160 (patch) | |
tree | 57ff114ed6c22543eff6f68991fcfc5180976d04 /misc/sloccount/Makefile | |
parent | bd336fe2d26c73d05170cfe812e747f5cd8b4382 (diff) | |
download | ports-ca11b0d6e9a1ec907ecd9af2960fc14b2d50a160.tar.gz ports-ca11b0d6e9a1ec907ecd9af2960fc14b2d50a160.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=325955
Diffstat (limited to 'misc/sloccount/Makefile')
-rw-r--r-- | misc/sloccount/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/sloccount/Makefile b/misc/sloccount/Makefile index 5c7bedc50a0b..af2eaa213b95 100644 --- a/misc/sloccount/Makefile +++ b/misc/sloccount/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.dwheeler.com/sloccount/ MAINTAINER= freaky@aagh.net COMMENT= Counts physical Source Lines of Code (SLOC) -USE_PERL5= yes +USES= perl5 MAKEFILE= makefile INSTALL_TARGET= install_programs install_man |