ports/www/p5-Maypole-Authentication-UserSessionCookie/Makefile

18 lines
343 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= track sessions and, optionally, users
MODULES= cpan
PKG_ARCH= *
DISTNAME= Maypole-Authentication-UserSessionCookie-1.1
REVISION= 3
CATEGORIES= www
# Same as Maypole which is same as Perl
PERMIT_PACKAGE= Yes
2023-09-28 02:05:49 +00:00
SITES= ${SITE_PERL_CPAN:=Apache/SIMON/}
2023-08-16 22:26:55 +00:00
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= www/p5-Maypole
.include <bsd.port.mk>