1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/www/p5-CGI_Lite/Makefile

25 lines
546 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-CGI_Lite
# Version required: 1.7
# Date created: September 30th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $Id: Makefile,v 1.6 1997/06/24 18:43:07 jfitz Exp $
#
DISTNAME= CGI_Lite-1.7
PKGNAME= p5-CGI_Lite-1.7
1997-04-20 13:53:29 +00:00
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MAINTAINER= jfitz@FreeBSD.ORG
USE_PERL5= YES
MANPREFIX= ${PREFIX}/lib/perl5
MAN3= CGI_Lite.3
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>