summaryrefslogtreecommitdiff
path: root/www/p5-CGI-modules/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-CGI-modules/Makefile')
-rw-r--r--www/p5-CGI-modules/Makefile28
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 7f4728e2614a..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>
-#
-# $FreeBSD$
-#
-
-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>