openbsd-ports/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/Makefile

24 lines
511 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 2010/12/03 11:46:46 ajacoutot Exp $
COMMENT= catalyst authentication via .htpasswd
DISTNAME= Catalyst-Plugin-Authentication-Store-Htpasswd-0.02
REVISION= 2
CATEGORIES= security
2007-05-05 13:44:50 -04:00
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
2010-10-18 17:41:44 -04:00
USE_GROFF = Yes
2010-11-20 12:22:40 -05:00
RUN_DEPENDS= security/p5-Authen-Htpasswd \
security/p5-Catalyst-Plugin-Authentication
.include <bsd.port.mk>