freebsd-ports/www/p5-CGI-Application/Makefile
Yen-Ming Lee c454f1c2c2 - use CPAN macro
- fix dependency
- assign to perl@
- bump PORTREVISION
2008-03-07 23:23:09 +00:00

31 lines
691 B
Makefile

# New ports collection makefile for: CGI-Application
# Date created: Mon Jan 1 10:52:22 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= CGI-Application
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
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>