blob: e9b35789d013cfcd2bf0a211c553ba944404a73e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# New ports collection makefile for: p5-CGI
# Date created: September 30th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= CGI-modules
PORTVERSION= 2.76
CATEGORIES= www perl5
MASTER_SITES= http://stein.cshl.org/WWW/software/CGI::modules/ \
${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= CGI
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Modules for perl5, for use in writing CGI scripts
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
DEPRECATED= project no longer exists
EXPIRATION_DATE= 2006-11-16
PERL_CONFIGURE= yes
MAN3= CGI::Base.3 CGI::BasePlus.3 CGI::Carp.3 CGI::Form.3 \
CGI::MiniSvr.3 CGI::Request.3
post-patch:
@${RM} ${WRKSRC}/CGI/*.orig
.include <bsd.port.mk>
|