1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/www/p5-CGI-modules/Makefile
Roman Bogorodskiy fe8aad3cd4 MASTER_SITES is back, so remove DEPRECATED and add an additional site to
MASTER_SITES.

PR:		111547
Submitted by:	Jason Harris <jharris@widomaker.com>
2007-04-15 05:08:02 +00:00

29 lines
676 B
Makefile

# 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/ \
http://backpan.cpan.org/authors/id/LDS/
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
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>