ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/www/p5-CGI/Makefile
Revision: 21382
Committed: Sun May 15 15:31:19 2016 UTC (7 years, 11 months ago) by laffer1
File size: 552 byte(s)
Log Message:
CGI 4.28

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= CGI
4 PORTVERSION= 4.28
5 CATEGORIES= www perl5
6 MASTER_SITES= CPAN
7 MASTER_SITE_SUBDIR= CPAN:LEEJO
8 PKGNAMEPREFIX= p5-
9
10 MAINTAINER= ports@MidnightBSD.org
11 COMMENT= Handle Common Gateway Interface requests and responses
12
13 LICENSE= artistic2 gpl
14 LICENSE_COMB= dual
15
16 PERL_CONFIGURE= yes
17
18 PORTSCOUT= limit:^[0-9\.]*$$
19
20 NO_ARCH= yes
21 USES= perl5
22 USE_PERL5= configure
23
24 PORTEXAMPLES= *
25
26 OPTIONS_DEFINE= EXAMPLES
27
28 post-install:
29 @${MKDIR} ${EXAMPLESDIR}
30 (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR})
31
32 .include <bsd.port.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H