freebsd-ports/www/p5-CGI-modules/Makefile

30 lines
685 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-CGI
# Date created: September 30th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
1999-08-31 04:43:35 +02:00
# $FreeBSD$
#
PORTNAME= CGI-modules
2001-02-05 16:33:58 +01:00
PORTVERSION= 2.76
1997-04-20 15:53:29 +02:00
CATEGORIES= www perl5
2005-09-11 22:29:11 +02:00
MASTER_SITES= http://stein.cshl.org/WWW/software/CGI::modules/ \
${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= CGI
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:21:36 +01:00
COMMENT= Modules for perl5, for use in writing CGI scripts
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
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>