diff options
Diffstat (limited to 'www/p5-CGI-modules/Makefile')
-rw-r--r-- | www/p5-CGI-modules/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/www/p5-CGI-modules/Makefile b/www/p5-CGI-modules/Makefile deleted file mode 100644 index cac8d0d247e2..000000000000 --- a/www/p5-CGI-modules/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: p5-CGI -# Version required: 2.76 -# Date created: September 30th 1996 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $Id: Makefile,v 1.8 1998/08/23 04:45:19 jseger Exp $ -# - -DISTNAME= CGI-modules-2.76 -PKGNAME= p5-CGI-2.76 -CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= CGI - -MAINTAINER= jfitz@FreeBSD.ORG - -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/URI/Escape.pm:${PORTSDIR}/www/p5-libwww - -USE_PERL5= 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} - -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include <bsd.port.mk> |