openbsd-ports/www/p5-Maypole-Authentication-UserSessionCookie/Makefile
2013-03-11 11:35:43 +00:00

22 lines
465 B
Makefile

# $OpenBSD: Makefile,v 1.10 2013/03/11 11:44:46 espie Exp $
COMMENT= track sessions and, optionally, users
MODULES= cpan
DISTNAME= Maypole-Authentication-UserSessionCookie-1.1
REVISION= 1
CATEGORIES= www
USE_GROFF = Yes
MAINTAINER= Sam Smith <S@msmith.net>
# Same as Maypole which is same as Perl
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/SIMON/}
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= www/p5-Maypole
.include <bsd.port.mk>