mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
c2fb2079fb
- Add LICENSE - Pass maintainership to submitter Changes: http://search.cpan.org/dist/CGI-Application-Plugin-Stream/Changes PR: ports/185186 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
25 lines
641 B
Makefile
25 lines
641 B
Makefile
# Created by: George Hartzell <hartzell@alerce.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= CGI-Application-Plugin-Stream
|
|
PORTVERSION= 2.11
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Plugin that adds file streaming support to CGI::Application
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
|
|
p5-CGI-Application-Plugin-AutoRunmode>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-AutoRunmode \
|
|
p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|