0b33031e83
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. With perl@ hat
25 lines
605 B
Makefile
25 lines
605 B
Makefile
# New ports collection makefile for: p5-Maypole-Authentication-UserSessionCookie
|
|
# Date created: Aug 21 2004
|
|
# Whom: Marc G. Fournier
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Maypole-Authentication-UserSessionCookie
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 0
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:SIMON
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Track sessions and, optionally, users
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Maypole::Authentication::UserSessionCookie.3
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e 's/^our (\S+)/use vars qw($$1); $$1/' ${WRKSRC}/UserSessionCookie.pm
|
|
|
|
.include <bsd.port.mk>
|