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-29 11:08:12 +02:00
|
|
|
PORTVERSION= 2.02
|
1997-04-20 15:53:29 +02:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-06-17 04:37:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
1996-10-24 10:41:39 +02:00
|
|
|
|
2004-06-01 14:32:33 +02:00
|
|
|
MAINTAINER= lth@FreeBSD.org
|
2003-08-29 11:08:12 +02:00
|
|
|
COMMENT= Process and decode WWW forms and cookies
|
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
|
|
|
|
2003-08-29 11:08:12 +02:00
|
|
|
DOCS= CHANGES README TODO
|
|
|
|
EXAMPLES= cookies get_post print upload file post reference
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.ifndef(NOPORTDOCS)
|
|
|
|
@${ECHO_MSG} "===> Installing docs for ${PKGNAME}"
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
|
|
|
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
|
|
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
|
|
cd ${WRKSRC}/examples && ${INSTALL_SCRIPT} ${EXAMPLES} ${EXAMPLESDIR}
|
|
|
|
.endif
|
|
|
|
|
1996-10-24 10:41:39 +02:00
|
|
|
.include <bsd.port.mk>
|