1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/www/p5-Maypole-Authentication-UserSessionCookie/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

26 lines
626 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= ../by-authors/id/S/SI/SIMON/
PKGNAMEPREFIX= p5-
MAINTAINER= scrappy@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>