diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 21:38:09 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 21:38:09 +0000 |
commit | 4063eccdf2bd0d3ca469e5e96332e58fe5ad72dd (patch) | |
tree | 6a21c7eedce3ab02121c1a526e479099181228ef /textproc/p5-Spreadsheet-WriteExcel-Styler/Makefile | |
parent | 4819ca343bfee8a3b54e7ff3ac26d280d1c1696f (diff) | |
download | ports-4063eccdf2bd0d3ca469e5e96332e58fe5ad72dd.tar.gz ports-4063eccdf2bd0d3ca469e5e96332e58fe5ad72dd.zip |
Notes
Diffstat (limited to 'textproc/p5-Spreadsheet-WriteExcel-Styler/Makefile')
-rw-r--r-- | textproc/p5-Spreadsheet-WriteExcel-Styler/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Spreadsheet-WriteExcel-Styler/Makefile b/textproc/p5-Spreadsheet-WriteExcel-Styler/Makefile index 2da92d1fc0a2..63d98b8de246 100644 --- a/textproc/p5-Spreadsheet-WriteExcel-Styler/Makefile +++ b/textproc/p5-Spreadsheet-WriteExcel-Styler/Makefile @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Styles for formatting Spreadsheet::WriteExcel -PERL_MODBUILD= YES +USES= perl5 +USE_PERL5= modbuild MAN3= Spreadsheet::WriteExcel::Styler.3 |