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

29 lines
759 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
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= CGI
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl module intended to make it easier to create reusable web apps
BUILD_DEPENDS= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
p5-Class-ISA>0:${PORTSDIR}/devel/p5-Class-ISA \
${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
2002-05-17 01:53:48 +02:00
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
2002-05-17 01:53:48 +02:00
MAN3= CGI::Application.3 CGI::Application::Mailform.3
.include <bsd.port.mk>