- Add LICENSE (Artistic 1 & GPL 1) - Take maintainership Changes: http://search.cpan.org/dist/CGI-Application-Plugin-DevPopup/Changes
32 lines
869 B
Makefile
32 lines
869 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= 1.07
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= culot@FreeBSD.org
|
|
COMMENT= Runtime cgiapp info in a popup window
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-CGI-Application>=4.01:${PORTSDIR}/www/p5-CGI-Application \
|
|
p5-HTML-Template>0:${PORTSDIR}/www/p5-HTML-Template \
|
|
p5-IO-stringy>0:${PORTSDIR}/devel/p5-IO-stringy
|
|
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 \
|
|
CGI::Application::Plugin::DevPopup::Log.3
|
|
|
|
.include <bsd.port.mk>
|