1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/www/p5-CGI/Makefile
Steve Price 1f078a5926 Use a file that is actually installed by the p5-libwww port for the
BUILD_DEPENDS line.

PR:		15404
Submitted by:	Akinori MUSHA <knu@idaemons.org>
2000-02-28 02:37:35 +00:00

29 lines
695 B
Makefile

# 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/${PERL_VER}/LWP.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>