diff options
author | wen <wen@FreeBSD.org> | 2010-04-20 19:37:50 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-04-20 19:37:50 +0800 |
commit | 5af9c05b30e847990eb003c68b2c8655408fae4c (patch) | |
tree | a3e15d69b03a1a6dc662c1297a211bfed7b1f298 /textproc/p5-Spreadsheet-WriteExcel-Styler | |
parent | f80b7ad943e0b5b8ec573016d719a2e7fbd07c95 (diff) | |
download | freebsd-ports-gnome-5af9c05b30e847990eb003c68b2c8655408fae4c.tar.gz freebsd-ports-gnome-5af9c05b30e847990eb003c68b2c8655408fae4c.tar.zst freebsd-ports-gnome-5af9c05b30e847990eb003c68b2c8655408fae4c.zip |
Styles for formatting Spreadsheet::WriteExcel
WWW: http://search.cpan.org/dist/Spreadsheet-WriteExcel-Styler/
PR: ports/145864
Submitted by: Ju Pengfei <jupengfei@gmail.com>
Diffstat (limited to 'textproc/p5-Spreadsheet-WriteExcel-Styler')
4 files changed, 30 insertions, 0 deletions
diff --git a/textproc/p5-Spreadsheet-WriteExcel-Styler/Makefile b/textproc/p5-Spreadsheet-WriteExcel-Styler/Makefile new file mode 100644 index 000000000000..133e9a5bae8b --- /dev/null +++ b/textproc/p5-Spreadsheet-WriteExcel-Styler/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Spreadsheet-WriteExcel-Styler +# Date created: April 19 2010 +# Whom: jupengfei <jupengfei@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= Spreadsheet-WriteExcel-Styler +PORTVERSION= 1.00 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= jupengfei@gmail.com +COMMENT= Styles for formatting Spreadsheet::WriteExcel + +PERL_MODBUILD= YES + +MAN3= Spreadsheet::WriteExcel::Styler.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Spreadsheet-WriteExcel-Styler/distinfo b/textproc/p5-Spreadsheet-WriteExcel-Styler/distinfo new file mode 100644 index 000000000000..af2fe47a056b --- /dev/null +++ b/textproc/p5-Spreadsheet-WriteExcel-Styler/distinfo @@ -0,0 +1,3 @@ +MD5 (Spreadsheet-WriteExcel-Styler-1.00.tar.gz) = 8d1b5841a8ebcefacc63ff5e35f55b10 +SHA256 (Spreadsheet-WriteExcel-Styler-1.00.tar.gz) = 19d25029936fe401d2ab9ff005d38170f8bd5a19b7950d78401123e415f68d6a +SIZE (Spreadsheet-WriteExcel-Styler-1.00.tar.gz) = 5130 diff --git a/textproc/p5-Spreadsheet-WriteExcel-Styler/pkg-descr b/textproc/p5-Spreadsheet-WriteExcel-Styler/pkg-descr new file mode 100644 index 000000000000..51bd995fd638 --- /dev/null +++ b/textproc/p5-Spreadsheet-WriteExcel-Styler/pkg-descr @@ -0,0 +1,3 @@ +Styles for formatting Spreadsheet::WriteExcel + +WWW: http://search.cpan.org/dist/Spreadsheet-WriteExcel-Styler/ diff --git a/textproc/p5-Spreadsheet-WriteExcel-Styler/pkg-plist b/textproc/p5-Spreadsheet-WriteExcel-Styler/pkg-plist new file mode 100644 index 000000000000..451dc99fb93c --- /dev/null +++ b/textproc/p5-Spreadsheet-WriteExcel-Styler/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/Spreadsheet/WriteExcel/Styler.pm +@dirrmtry %%SITE_PERL%%/Spreadsheet/WriteExcel +@dirrmtry %%SITE_PERL%%/Spreadsheet |