openbsd-ports/www/p5-Maypole-Authentication-UserSessionCookie/Makefile
merdely ba8add3ebb Remove surrounding quotes from
COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE

Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here
(ok naddy@)
2007-09-15 20:38:20 +00:00

23 lines
519 B
Makefile

# $OpenBSD: Makefile,v 1.3 2007/09/15 20:38:24 merdely Exp $
COMMENT= track sessions and, optionally, users
MODULES= cpan
DISTNAME= Maypole-Authentication-UserSessionCookie-1.1
CATEGORIES= www
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>