16 lines
309 B
Makefile
16 lines
309 B
Makefile
# $OpenBSD: Makefile,v 1.2 2019/07/12 20:49:08 sthen Exp $
|
|
|
|
COMMENT = authentication plugin for the Mojolicious Perl framework
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Mojolicious-Plugin-Authentication-1.33
|
|
CATEGORIES = security
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = www/p5-Mojo
|
|
|
|
.include <bsd.port.mk>
|