|
Lines 6-12
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= Excel-Template |
8 |
PORTNAME= Excel-Template |
| 9 |
PORTVERSION= 0.25 |
9 |
PORTVERSION= 0.26 |
| 10 |
CATEGORIES= textproc perl5 |
10 |
CATEGORIES= textproc perl5 |
| 11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
| 12 |
MASTER_SITE_SUBDIR= Excel |
12 |
MASTER_SITE_SUBDIR= Excel |
|
Lines 16-26
Link Here
|
| 16 |
COMMENT= Perl module for templating Excel files |
16 |
COMMENT= Perl module for templating Excel files |
| 17 |
|
17 |
|
| 18 |
BUILD_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \ |
18 |
BUILD_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \ |
|
|
19 |
${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ |
| 19 |
${SITE_PERL}/Spreadsheet/WriteExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel |
20 |
${SITE_PERL}/Spreadsheet/WriteExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel |
| 20 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
21 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
| 21 |
|
22 |
|
| 22 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |
23 |
PERL_MODBUILD= yes |
| 23 |
PERL_CONFIGURE= yes |
|
|
| 24 |
|
24 |
|
| 25 |
MAN3= Excel::Template.3 \ |
25 |
MAN3= Excel::Template.3 \ |
| 26 |
Excel::Template::Base.3 \ |
26 |
Excel::Template::Base.3 \ |
|
Lines 45-50
Link Here
|
| 45 |
Excel::Template::Element::Backref.3 \ |
45 |
Excel::Template::Element::Backref.3 \ |
| 46 |
Excel::Template::Element::Cell.3 \ |
46 |
Excel::Template::Element::Cell.3 \ |
| 47 |
Excel::Template::Element::Formula.3 \ |
47 |
Excel::Template::Element::Formula.3 \ |
|
|
48 |
Excel::Template::Element::FreezePanes.3 \ |
| 49 |
Excel::Template::Element::Image.3 \ |
| 48 |
Excel::Template::Element::Range.3 \ |
50 |
Excel::Template::Element::Range.3 \ |
| 49 |
Excel::Template::Element::Var.3 \ |
51 |
Excel::Template::Element::Var.3 \ |
| 50 |
Excel::Template::Factory.3 \ |
52 |
Excel::Template::Factory.3 \ |
|
Lines 54-61
Link Here
|
| 54 |
|
56 |
|
| 55 |
.include <bsd.port.pre.mk> |
57 |
.include <bsd.port.pre.mk> |
| 56 |
|
58 |
|
| 57 |
.if ${PERL_LEVEL} < 500806 |
59 |
.if ${PERL_LEVEL} < 500600 # as required by vendor |
| 58 |
IGNORE= needs Perl 5.8.6 or above (lang/perl5.8) |
60 |
IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again |
|
|
61 |
.elif ${PERL_LEVEL} < 500800 |
| 62 |
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String |
| 63 |
CONFIGURE_ARGS+= USE_UNICODE=1 |
| 59 |
.endif |
64 |
.endif |
| 60 |
|
65 |
|
| 61 |
.include <bsd.port.post.mk> |
66 |
.include <bsd.port.post.mk> |