diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-04-20 11:37:50 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-04-20 11:37:50 +0000 |
commit | 9e98b589062e3d4e0e53ee51c45a4613f77ee2c9 (patch) | |
tree | 1248faf7ceecb60f43a5a4b21c526a8a7b383d7b /textproc/p5-Spreadsheet-WriteExcel-Styler | |
parent | a82280b216524fc9bdc4e3bab3b414f9e01fbb91 (diff) |
Notes
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 |