mirror of https://git.FreeBSD.org/ports.git
20 lines
529 B
Makefile
20 lines
529 B
Makefile
PORTNAME= CGI-Application-Plugin-Forward
|
|
PORTVERSION= 1.06
|
|
PORTREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= hartzell@alerce.com
|
|
COMMENT= Support for forwarding requests in CGI::Application
|
|
WWW= https://metacpan.org/release/CGI-Application-Plugin-Forward
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-CGI-Application>=0:www/p5-CGI-Application \
|
|
p5-CGI-Application-Plugin-AutoRunmode>=0:www/p5-CGI-Application-Plugin-AutoRunmode
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|