mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- Update to 1.1.4
- Update *_DEPENDS - Add NO_ARCH - Use PORTEXAMPLES
This commit is contained in:
parent
b61379de6d
commit
cc1c0591e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389852
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= CGI-XMLApplication
|
||||
PORTVERSION= 1.1.3
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.1.4
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -11,18 +10,20 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Object Oriented Interface for CGI Script Applications
|
||||
|
||||
BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
|
||||
p5-XML-LibXSLT>=0:${PORTSDIR}/textproc/p5-XML-LibXSLT
|
||||
BUILD_DEPENDS= p5-XML-LibXML>=1.1:${PORTSDIR}/textproc/p5-XML-LibXML \
|
||||
p5-XML-LibXSLT>=1.08:${PORTSDIR}/textproc/p5-XML-LibXSLT
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5 shebangfix
|
||||
SHEBANG_FILES= examples/*.pl
|
||||
USE_PERL5= configure
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PERL5= configure
|
||||
USES= perl5 shebangfix
|
||||
SHEBANG_FILES= examples/*.pl
|
||||
|
||||
PORTEXAMPLES= *
|
||||
|
||||
post-install:
|
||||
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/*.pm ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (CGI-XMLApplication-1.1.3.tar.gz) = f156ecd21aa9623318729abe03c890732d621483567e10477e1e38a94ef46c78
|
||||
SIZE (CGI-XMLApplication-1.1.3.tar.gz) = 21958
|
||||
SHA256 (CGI-XMLApplication-1.1.4.tar.gz) = c1db12f367bb5408027566a68501e974dbeb846bc13f4f53c0e4e38dd627b352
|
||||
SIZE (CGI-XMLApplication-1.1.4.tar.gz) = 22304
|
||||
|
@ -1,16 +1,2 @@
|
||||
%%PERL5_MAN3%%/CGI::XMLApplication.3.gz
|
||||
%%SITE_PERL%%/CGI/XMLApplication.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex2_finish.xsl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex2_form.xsl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example1.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example1.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example2.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example2.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example3.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example3.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example4.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example4.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimal.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimal.xsl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimalapp.pm
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
||||
%%PERL5_MAN3%%/CGI::XMLApplication.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user