freebsd-ports/www/p5-CGI-modules/Makefile
Anton Berezin 90e108873f www/p5-CGI was repocopied to www/p5-CGI-modules. Finish this process:
- remove www/p5-CGI/*;
  - modify www/p5-CGI-modules/Makefile to reflect the new name;
  - change p5-CGI to p5-CGI-modules in the category's Makefile.

OK'ed by:	markm
Reminded to _BE_CAREFUL_!! by:	markm
2001-07-17 16:40:37 +00:00

25 lines
610 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= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= CGI
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/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
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>