1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/www/p5-Mojolicious-Plugin-Authentication/Makefile
Mathieu Arnold b8749dbd1e Add p5-Mojolicious-Plugin-Authentication 1.26, mojolicious plugin to
make authentication a bit easier.

Sponsored by:	Absolight
2014-02-11 11:33:24 +00:00

23 lines
501 B
Makefile

# Created by: Mathieu Arnold <mat@FreeBSD.org>
# $FreeBSD$
PORTNAME= Mojolicious-Plugin-Authentication
PORTVERSION= 1.26
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Mojolicious plugin to make authentication a bit easier
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Mojolicious>=0:${PORTSDIR}/www/p5-Mojolicious
RUN_DEPENDS= p5-Mojolicious>=0:${PORTSDIR}/www/p5-Mojolicious
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>