diff options
Diffstat (limited to 'textproc/p5-Spreadsheet-ParseExcel/Makefile')
-rw-r--r-- | textproc/p5-Spreadsheet-ParseExcel/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/textproc/p5-Spreadsheet-ParseExcel/Makefile b/textproc/p5-Spreadsheet-ParseExcel/Makefile new file mode 100644 index 000000000000..32642b98e5fe --- /dev/null +++ b/textproc/p5-Spreadsheet-ParseExcel/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: Spreadsheet::ParseExcel +# Date created: 25 Dec 2000 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= Spreadsheet-ParseExcel +PORTVERSION= 0.09 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Spreadsheet +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@protey.ru + +USE_PERL5= yes + +MAN3= Spreadsheet::ParseExcel.3 + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @cd ${WRKSRC}; \ + ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PREFIX=${PREFIX} + +.include <bsd.port.mk> |