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

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

28 lines
843 B
Makefile

# Created by: George Hartzell <hartzell@alerce.com>
# $FreeBSD$
PORTNAME= CGI-Application-Plugin-Authorization
PORTVERSION= 0.07
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Support for authorization of requests in CGI::Application
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA \
p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \
p5-CGI-Application-Plugin-Authentication>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-Authentication \
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>