mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
- Support staging
- Use shebangfix
This commit is contained in:
parent
6fb81e2e7e
commit
e6d37bdde1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342747
@ -19,21 +19,9 @@ RUN_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
|
||||
p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USES= perl5 shebangfix
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= JQuery.3 \
|
||||
JQuery::Accordion.3 \
|
||||
JQuery::CSS.3 \
|
||||
JQuery::ClickMenu.3 \
|
||||
JQuery::Demo.3 \
|
||||
JQuery::Form.3 \
|
||||
JQuery::Heartbeat.3 \
|
||||
JQuery::Splitter.3 \
|
||||
JQuery::TableSorter.3 \
|
||||
JQuery::Tabs.3 \
|
||||
JQuery::Taconite.3 \
|
||||
JQuery::Treeview.3
|
||||
SHEBANG_FILES= lib/JQuery/cgi-bin/*.pl
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,15 @@
|
||||
%%PERL5_MAN3%%/JQuery.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::Accordion.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::CSS.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::ClickMenu.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::Demo.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::Form.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::Heartbeat.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::Splitter.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::TableSorter.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::Tabs.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::Taconite.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::Treeview.3.gz
|
||||
%%SITE_PERL%%/JQuery.pm
|
||||
%%SITE_PERL%%/JQuery/Accordion.pm
|
||||
%%SITE_PERL%%/JQuery/CSS.pm
|
||||
|
Loading…
Reference in New Issue
Block a user