freebsd-ports/www/p5-CGI-SSI/Makefile

29 lines
667 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-CGI-SSI
# Date created: 09 November 2003
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= CGI-SSI
2007-08-10 08:26:38 +02:00
PORTVERSION= 0.92
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Use SSI from CGI scripts
2007-04-21 19:01:00 +02:00
RUN_DEPENDS= ${SITE_PERL}/HTML/SimpleParse.pm:${PORTSDIR}/www/p5-HTML-SimpleParse \
${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate
2007-04-21 19:01:00 +02:00
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= CGI::SSI.3
2007-04-21 19:01:00 +02:00
.include <bsd.port.mk>