freebsd-ports/www/p5-CGI-Application-Plugin-DebugScreen/Makefile
Sunpoet Po-Chuan Hsieh 110d845f01 - Add LICENSE
- Pass maintainership to submitter

PR:		ports/188663
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-26 18:14:17 +00:00

26 lines
772 B
Makefile

# Created by: George Hartzell <hartzell@alerce.com>
# $FreeBSD$
PORTNAME= CGI-Application-Plugin-DebugScreen
PORTVERSION= 1.00
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= This plug-in add DebugScreen support to CGI::Application
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \
p5-CGI-Application-Plugin-ViewCode>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-ViewCode \
p5-Devel-StackTrace>=0:${PORTSDIR}/devel/p5-Devel-StackTrace \
p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>