13 lines
249 B
Makefile
13 lines
249 B
Makefile
COMMENT = authentication plugin for the Mojolicious Perl framework
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Mojolicious-Plugin-Authentication-1.37
|
|
CATEGORIES = security
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = www/p5-Mojo
|
|
|
|
.include <bsd.port.mk>
|