2000-12-26 22:16:45 +00:00
|
|
|
# New ports collection makefile for: p5-CGI-Minimal
|
|
|
|
# Date created: 26th December 2000
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= CGI-Minimal
|
2003-10-21 14:12:55 +00:00
|
|
|
PORTVERSION= 1.11
|
2000-12-26 22:16:45 +00:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= CGI
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2003-10-21 14:12:55 +00:00
|
|
|
MAINTAINER= mat@FreeBSD.org
|
2003-02-20 19:21:36 +00:00
|
|
|
COMMENT= Extremely lightweight CGI processing package
|
2000-12-26 22:16:45 +00:00
|
|
|
|
2001-03-01 06:39:18 +00:00
|
|
|
PERL_CONFIGURE= yes
|
2000-12-26 22:16:45 +00:00
|
|
|
|
|
|
|
MAN3= CGI::Minimal.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|