2012-10-15 11:06:41 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2012/10/15 15:06:42 sthen 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
|
2010-12-03 06:46:46 -05:00
|
|
|
REVISION= 1
|
2007-01-16 12:52:06 -05:00
|
|
|
CATEGORIES= www
|
2010-10-19 04:02:53 -04:00
|
|
|
USE_GROFF = Yes
|
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
|
|
|
|
|
2012-10-15 11:06:41 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/SIMON/}
|
2004-05-26 09:58:44 -04:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2010-11-22 03:36:47 -05:00
|
|
|
RUN_DEPENDS= www/p5-Maypole
|
2004-05-26 09:58:44 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|