openbsd-ports/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/Makefile
2010-07-13 20:14:21 +00:00

23 lines
495 B
Makefile

# $OpenBSD: Makefile,v 1.6 2010/07/13 20:14:22 sthen Exp $
COMMENT= catalyst authentication via .htpasswd
DISTNAME= Catalyst-Plugin-Authentication-Store-Htpasswd-0.02
REVISION= 1
CATEGORIES= security
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
RUN_DEPENDS= ::security/p5-Authen-Htpasswd \
::security/p5-Catalyst-Plugin-Authentication
.include <bsd.port.mk>