2006-11-28 06:09:51 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2006/11/28 11:09:51 espie Exp $
|
2006-11-06 08:27:12 -05:00
|
|
|
|
|
|
|
COMMENT= "catalyst authentication via .htpasswd"
|
|
|
|
|
|
|
|
DISTNAME= Catalyst-Plugin-Authentication-Store-Htpasswd-0.02
|
2006-11-28 06:09:51 -05:00
|
|
|
CATEGORIES= security
|
2006-11-06 08:27:12 -05:00
|
|
|
|
|
|
|
MAINTAINER= Simon Dassow <janus@errornet.de>
|
|
|
|
|
|
|
|
# Artistic + GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2006-11-28 06:09:51 -05:00
|
|
|
MODULES= cpan
|
2006-11-06 08:27:12 -05:00
|
|
|
|
|
|
|
RUN_DEPENDS= ::security/p5-Authen-Htpasswd \
|
|
|
|
::security/p5-Catalyst-Plugin-Authentication
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|