1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-13 23:36:08 +00:00
freebsd-ports/www/p5-CGI_Lite/Makefile
James FitzGibbon 67f2b0e5df Upgrade all ports requiring perl5.003 to perl5.004
Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
1997-05-24 13:17:16 +00:00

33 lines
879 B
Makefile

# New ports collection makefile for: p5-CGI_Lite
# Version required: 1.62
# Date created: September 30th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $Id: Makefile,v 1.4 1997/04/20 13:53:11 wosch Exp $
#
DISTNAME= CGI_Lite-1.62.pm
PKGNAME= p5-CGI_Lite-1.62
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= CGI_Lite
EXTRACT_SUFX= .gz
MAINTAINER= jfitz@FreeBSD.ORG
BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5
RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5
NO_BUILD= yes
do-extract:
@ ${MKDIR} -p work
@ ${CP} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKDIR}
@ gunzip ${WRKDIR}/${DISTNAME}${EXTRACT_SUFX}
do-install:
@ ${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${PREFIX}/lib/perl5/site_perl/
@ ln -sf ${PREFIX}/lib/perl5/site_perl/${DISTNAME} ${PREFIX}/lib/perl5/site_perl/CGI_Lite.pm
.include <bsd.port.mk>