2004-08-26 21:26:40 +02:00
|
|
|
# New ports collection makefile for: p5-Maypole-Authentication-UserSessionCookie
|
|
|
|
# Date created: Aug 21 2004
|
2004-08-22 02:09:01 +02:00
|
|
|
# Whom: Marc G. Fournier
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Maypole-Authentication-UserSessionCookie
|
2005-03-09 18:27:09 +01:00
|
|
|
PORTVERSION= 1.4
|
|
|
|
PORTREVISION= 0
|
2004-08-22 02:09:01 +02:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/S/SI/SIMON/
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= scrappy@FreeBSD.org
|
|
|
|
COMMENT= Track sessions and, optionally, users
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2005-03-09 18:27:09 +01:00
|
|
|
MAN3= Maypole::Authentication::UserSessionCookie.3
|
|
|
|
|
2005-07-31 19:21:21 +02:00
|
|
|
post-patch:
|
|
|
|
@${PERL} -pi -e 's/^our (\S+)/use vars qw($$1); $$1/' ${WRKSRC}/UserSessionCookie.pm
|
2005-04-11 00:01:19 +02:00
|
|
|
|
2005-07-31 19:21:21 +02:00
|
|
|
.include <bsd.port.mk>
|