freebsd-ports/www/p5-CGI-Application-Plugin-DevPopup/Makefile
Martin Wilke 0a61ca6e4d - Update to 0.951
PR:             ports/107746
Submitted by:   miwi
Apporved by:    maintainer
2007-01-13 23:00:52 +00:00

31 lines
866 B
Makefile

# New ports collection makefile for: www/p5-CGI-Application-Plugin-DevPopup
# Date created: 14 September 2005
# Whom: George Hartzell <hartzell@alerce.com>
#
# $FreeBSD$
#
PORTNAME= CGI-Application-Plugin-DevPopup
PORTVERSION= 0.951
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= CGI
PKGNAMEPREFIX= p5-
MAINTAINER= hartzell@alerce.com
COMMENT= Runtime cgiapp info in a popup window
BUILD_DEPENDS= ${SITE_PERL}/CGI/Application.pm:${PORTSDIR}/www/p5-CGI-Application
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= CGI::Application::Plugin::DevPopup.3 \
CGI::Application::Plugin::DevPopup::HTTPHeaders.3 \
CGI::Application::Plugin::DevPopup::Timing.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires Perl 5.8 or newer. Install lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>