mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ccdb93701a
In-Conjunction-With: Satoshi's patch to bsd.port.mk (note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.)
29 lines
728 B
Makefile
29 lines
728 B
Makefile
# 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.6 1997/05/24 13:17:15 jfitz 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
|
|
|
|
do-configure:
|
|
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|