diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 17:02:34 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 17:02:34 +0000 |
commit | 0e8e0bf6519fd1b1548d209c805196c7929e0ec2 (patch) | |
tree | 162848a0ed202fc8aef2ac40b9cfaaec8996c6eb /net/p5-Net-Google-Spreadsheets | |
parent | d2fa36d53c62716586a72b6ebbd11201b2675f47 (diff) | |
download | ports-0e8e0bf6519fd1b1548d209c805196c7929e0ec2.tar.gz ports-0e8e0bf6519fd1b1548d209c805196c7929e0ec2.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326526
Diffstat (limited to 'net/p5-Net-Google-Spreadsheets')
-rw-r--r-- | net/p5-Net-Google-Spreadsheets/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-Google-Spreadsheets/Makefile b/net/p5-Net-Google-Spreadsheets/Makefile index 1422ace12dd8..50cc6e1feeb1 100644 --- a/net/p5-Net-Google-Spreadsheets/Makefile +++ b/net/p5-Net-Google-Spreadsheets/Makefile @@ -27,7 +27,8 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule \ p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Google::Spreadsheets.3 \ Net::Google::Spreadsheets::Cell.3 \ |