ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/www/p5-CGI/Makefile
Revision: 20972
Committed: Wed Feb 3 05:32:00 2016 UTC (8 years, 3 months ago) by laffer1
File size: 552 byte(s)
Log Message:
perl CGI 4.25

File Contents

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

Properties

Name Value
svn:keywords MidnightBSD=%H