1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/www/p5-CGI-Application-Plugin-Stream/Makefile
Sunpoet Po-Chuan Hsieh c2fb2079fb - Update to 2.11
- 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>
2014-01-02 16:23:29 +00:00

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>