762f392141
PR: ports/135801 Approved by maintainer Submitted by: myself (pgollucci@)
25 lines
665 B
Makefile
25 lines
665 B
Makefile
# New ports collection makefile for: www/p5-CGI-Application-Plugin-AutoRunmode
|
|
# Date created: 14 September 2005
|
|
# Whom: George Hartzell <hartzell@alerce.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= CGI-Application-Plugin-AutoRunmode
|
|
PORTVERSION= 0.16
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= hartzell@alerce.com
|
|
COMMENT= CGI::App plugin to automatically register runmodes
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/CGI/Application.pm:${PORTSDIR}/www/p5-CGI-Application
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= CGI::Application::Plugin::AutoRunmode.3 \
|
|
CGI::Application::Plugin::AutoRunmode::FileDelegate.3
|
|
|
|
.include <bsd.port.mk>
|