2007-09-15 16:38:20 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2007/09/15 20:38:24 merdely Exp $
|
2004-05-26 09:58:44 -04:00
|
|
|
|
2007-09-15 16:38:20 -04:00
|
|
|
COMMENT= track sessions and, optionally, users
|
2004-05-26 09:58:44 -04:00
|
|
|
|
2007-01-16 12:52:06 -05:00
|
|
|
MODULES= cpan
|
2004-05-26 09:58:44 -04:00
|
|
|
DISTNAME= Maypole-Authentication-UserSessionCookie-1.1
|
2007-01-16 12:52:06 -05:00
|
|
|
CATEGORIES= www
|
2004-05-26 09:58:44 -04:00
|
|
|
|
|
|
|
MAINTAINER= Sam Smith <S@msmith.net>
|
|
|
|
|
|
|
|
# Same as Maypole which is same as Perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/SIMON/}
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= ::www/p5-Maypole
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|