1996-10-24 10:41:39 +02:00
|
|
|
# New ports collection makefile for: p5-CGI_Lite
|
|
|
|
# Date created: September 30th 1996
|
|
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
|
|
#
|
1999-08-31 04:43:35 +02:00
|
|
|
# $FreeBSD$
|
1996-10-24 10:41:39 +02:00
|
|
|
#
|
|
|
|
|
2001-03-01 13:03:46 +01:00
|
|
|
PORTNAME= CGI-Lite
|
2003-08-18 15:34:54 +02:00
|
|
|
PORTVERSION= 2.001
|
1997-04-20 15:53:29 +02:00
|
|
|
CATEGORIES= www perl5
|
1996-11-18 09:47:32 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
2001-03-01 13:03:46 +01:00
|
|
|
MASTER_SITE_SUBDIR= CGI
|
2000-06-17 04:37:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2003-08-18 15:34:54 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-emergencyrelease
|
1996-10-24 10:41:39 +02:00
|
|
|
|
2000-10-23 23:03:11 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= Perl5 module to process and decode WWW form information
|
1996-10-24 10:41:39 +02:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
1996-10-24 10:41:39 +02:00
|
|
|
|
2001-03-01 13:03:46 +01:00
|
|
|
MAN3= CGI::Lite.3
|
1996-10-24 10:41:39 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|