ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/www/p5-CGI/Makefile
Revision: 10389
Committed: Fri Dec 10 00:46:56 2010 UTC (13 years, 4 months ago) by laffer1
Original Path: trunk/www/p5-CGI.pm/Makefile
File size: 1493 byte(s)
Log Message:
update to 3.5. This fixes a security issue.

File Contents

# Content
1 # $MidnightBSD: mports/www/p5-CGI.pm/Makefile,v 1.10 2010/06/27 15:56:24 laffer1 Exp $
2
3 PORTNAME= CGI.pm
4 PORTVERSION= 3.50
5 PORTEPOCH= 1
6 CATEGORIES= www perl5
7 MASTER_SITES= CPAN
8 MASTER_SITE_SUBDIR= CGI
9 PKGNAMEPREFIX= p5-
10
11 MAINTAINER= ports@MidnightBSD.org
12 COMMENT= Simple Common Gateway Interface Class for Perl
13 LICENSE= perl
14
15 PERL_CONFIGURE= yes
16
17 MAN3= CGI.3 CGI::Apache.3 CGI::Carp.3 CGI::Cookie.3 \
18 CGI::Fast.3 CGI::Pretty.3 CGI::Push.3 CGI::Switch.3 \
19 CGI::Util.3
20
21 .if !defined(NOPORTDOCS)
22 EXAMPLES= examples/caution.xbm examples/clickable_image.cgi \
23 examples/cookie.cgi examples/crash.cgi examples/customize.cgi \
24 examples/diff_upload.cgi examples/dna.small.gif \
25 examples/file_upload.cgi examples/frameset.cgi \
26 examples/index.html examples/internal_links.cgi \
27 examples/javascript.cgi examples/make_links.pl \
28 examples/monty.cgi examples/multiple_forms.cgi \
29 examples/nph-clock.cgi examples/nph-multipart.cgi \
30 examples/popup.cgi examples/save_state.cgi \
31 examples/tryit.cgi examples/wilogo.gif
32
33 post-install:
34 @${MKDIR} ${EXAMPLESDIR}
35 @${INSTALL_DATA} ${EXAMPLES:S|^|${WRKSRC}/|} ${EXAMPLESDIR}
36 @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."
37 .endif
38
39 post-patch:
40 @${REINPLACE_CMD} -e '/require 5\.6/d; /INSTALLDIRS/d' ${WRKSRC}/Makefile.PL
41
42 .include <bsd.port.pre.mk>
43
44 .if ${PERL_LEVEL} < 501000
45 BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
46 RUN_DEPENDS= ${BUILD_DEPENDS}
47 .endif
48
49 .include <bsd.port.post.mk>

Properties

Name Value
cvs2svn:cvs-rev 1.11