openbsd-ports/www/p5-Maypole-Authentication-UserSessionCookie/Makefile

25 lines
542 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 2012/10/15 15:06:42 sthen Exp $
COMMENT= track sessions and, optionally, users
MODULES= cpan
DISTNAME= Maypole-Authentication-UserSessionCookie-1.1
REVISION= 1
CATEGORIES= www
2010-10-19 04:02:53 -04:00
USE_GROFF = Yes
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}
2010-11-22 03:36:47 -05:00
RUN_DEPENDS= www/p5-Maypole
.include <bsd.port.mk>