diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 22:35:48 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 22:35:48 +0800 |
commit | ac049e474e97db8d4ef9070c4dceb6a026d0eb16 (patch) | |
tree | b0ab4c93c23aaa7ea50e9d60f61eea915680c712 /textproc/p5-texcount | |
parent | 9828a7fc2283f0cb919614b645ee913d5fbc74b7 (diff) | |
download | freebsd-ports-gnome-ac049e474e97db8d4ef9070c4dceb6a026d0eb16.tar.gz freebsd-ports-gnome-ac049e474e97db8d4ef9070c4dceb6a026d0eb16.tar.zst freebsd-ports-gnome-ac049e474e97db8d4ef9070c4dceb6a026d0eb16.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'textproc/p5-texcount')
-rw-r--r-- | textproc/p5-texcount/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-texcount/Makefile b/textproc/p5-texcount/Makefile index 3d47a8cdf7ab..e14a746d2b37 100644 --- a/textproc/p5-texcount/Makefile +++ b/textproc/p5-texcount/Makefile @@ -16,7 +16,8 @@ COMMENT= Perl module for LaTeX statistics NO_BUILD= yes USE_ZIP= YES -USE_PERL5_RUN= YES +USES= perl5 +USE_PERL5= run PLIST_FILES+= bin/texcount |