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

32 lines
691 B
Makefile
Raw Normal View History

# New ports collection makefile for: CGI-Application
# Date created: Mon Jan 1 10:52:22 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= CGI-Application
2006-04-19 13:02:45 +02:00
PORTVERSION= 4.06
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module intended to make it easier to create reusable web apps
RUN_DEPENDS= p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template
PERL_CONFIGURE= yes
2002-05-17 01:53:48 +02:00
MAN3= CGI::Application.3 CGI::Application::Mailform.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA \
p5-Net>=0:${PORTSDIR}/net/p5-Net
.endif
.include <bsd.port.post.mk>