diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-03 06:46:05 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-03 06:46:05 +0000 |
commit | f10f40452b0736c25a1ae0679c6bf8db30dc3464 (patch) | |
tree | e036b8dde44919b08e37206988f705ddf5eb38d8 /www/p5-CGI-Ex | |
parent | ea1cc3e5da0eb109db399f59cff9c38d43394ae5 (diff) | |
download | ports-f10f40452b0736c25a1ae0679c6bf8db30dc3464.tar.gz ports-f10f40452b0736c25a1ae0679c6bf8db30dc3464.zip |
- Update to 2.38
Notes
Notes:
svn path=/head/; revision=292565
Diffstat (limited to 'www/p5-CGI-Ex')
-rw-r--r-- | www/p5-CGI-Ex/Makefile | 12 | ||||
-rw-r--r-- | www/p5-CGI-Ex/distinfo | 4 |
2 files changed, 7 insertions, 9 deletions
diff --git a/www/p5-CGI-Ex/Makefile b/www/p5-CGI-Ex/Makefile index 1f404ae31d33..5efe8d0b207d 100644 --- a/www/p5-CGI-Ex/Makefile +++ b/www/p5-CGI-Ex/Makefile @@ -6,7 +6,7 @@ # PORTNAME= CGI-Ex -PORTVERSION= 2.37 +PORTVERSION= 2.38 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= CGI utility suite - makes powerful application writing fun and easy +BUILD_DEPENDS= p5-Template-Alloy>=1.004:${PORTSDIR}/www/p5-Template-Alloy RUN_DEPENDS= p5-Template-Alloy>=1.004:${PORTSDIR}/www/p5-Template-Alloy -BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes @@ -24,17 +24,15 @@ MAN3= CGI::Ex.3 CGI::Ex::App.3 CGI::Ex::App::Constants.3 \ CGI::Ex::Die.3 CGI::Ex::Dump.3 CGI::Ex::Fill.3 \ CGI::Ex::JSONDump.3 CGI::Ex::Template.3 CGI::Ex::Validate.3 -.if !defined(NOPORTEXAMPLES) - PORTEXAMPLES= * post-install: - ${MKDIR} ${EXAMPLESDIR} +.if !defined(NOPORTEXAMPLES) + ${MKDIR} ${EXAMPLESDIR}/ .for i in app benchmark devel ${MKDIR} ${EXAMPLESDIR}/${i} .endfor - ${CP} -R ${WRKSRC}/samples/* ${EXAMPLESDIR} - + ${CP} -R ${WRKSRC}/samples/* ${EXAMPLESDIR}/ .endif .include <bsd.port.mk> diff --git a/www/p5-CGI-Ex/distinfo b/www/p5-CGI-Ex/distinfo index 2533f090bc78..3d8c6116f006 100644 --- a/www/p5-CGI-Ex/distinfo +++ b/www/p5-CGI-Ex/distinfo @@ -1,2 +1,2 @@ -SHA256 (CGI-Ex-2.37.tar.gz) = 23499d2192dd7cae01a1c4fba6cf799c53e4111127acc04c90d0a14acfedaed1 -SIZE (CGI-Ex-2.37.tar.gz) = 193431 +SHA256 (CGI-Ex-2.38.tar.gz) = 5e3de5ddb79b5a8e1eaf3613f8df47b471f382092561d077bb1b84366e277ae9 +SIZE (CGI-Ex-2.38.tar.gz) = 193469 |