freebsd-ports/www/p5-Maypole-Authentication-UserSessionCookie/Makefile
2021-04-06 16:31:07 +02:00

20 lines
448 B
Makefile

# Created by: Marc G. Fournier
PORTNAME= Maypole-Authentication-UserSessionCookie
PORTVERSION= 1.4
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SIMON
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Track sessions and, optionally, users
USES= perl5
USE_PERL5= configure patch
post-patch:
@${PERL} -pi -e 's/^our (\S+)/use vars qw($$1); $$1/' ${WRKSRC}/UserSessionCookie.pm
.include <bsd.port.mk>