2010-12-03 06:46:46 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2010/12/03 11:46:46 ajacoutot Exp $
|
2006-11-06 08:27:12 -05:00
|
|
|
|
2007-09-15 19:29:57 -04:00
|
|
|
COMMENT= catalyst authentication via .htpasswd
|
2006-11-06 08:27:12 -05:00
|
|
|
|
|
|
|
DISTNAME= Catalyst-Plugin-Authentication-Store-Htpasswd-0.02
|
2010-12-03 06:46:46 -05:00
|
|
|
REVISION= 2
|
2006-11-28 06:09:51 -05:00
|
|
|
CATEGORIES= security
|
2006-11-06 08:27:12 -05:00
|
|
|
|
2007-05-05 13:44:50 -04:00
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
2006-11-06 08:27:12 -05:00
|
|
|
|
2006-12-25 08:40:28 -05:00
|
|
|
# Perl
|
2006-11-06 08:27:12 -05:00
|
|
|
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
|
2010-10-18 17:41:44 -04:00
|
|
|
USE_GROFF = Yes
|
2006-11-06 08:27:12 -05:00
|
|
|
|
2010-11-20 12:22:40 -05:00
|
|
|
RUN_DEPENDS= security/p5-Authen-Htpasswd \
|
|
|
|
security/p5-Catalyst-Plugin-Authentication
|
2006-11-06 08:27:12 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|