2000-12-26 23:16:45 +01:00
|
|
|
# New ports collection makefile for: p5-CGI-Minimal
|
|
|
|
# Date created: 26th December 2000
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= CGI-Minimal
|
2007-08-27 15:21:39 +02:00
|
|
|
PORTVERSION= 1.29
|
2000-12-26 23:16:45 +01:00
|
|
|
CATEGORIES= www perl5
|
2007-08-27 15:21:39 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-12-26 23:16:45 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-16 11:55:32 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= Extremely lightweight CGI processing package
|
2000-12-26 23:16:45 +01:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2000-12-26 23:16:45 +01:00
|
|
|
|
|
|
|
MAN3= CGI::Minimal.3
|
|
|
|
|
2004-11-12 14:20:40 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
PORTDOCS= Changes README TODO
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
|
|
|
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
|
|
|
.endif
|
|
|
|
|
2000-12-26 23:16:45 +01:00
|
|
|
.include <bsd.port.mk>
|