openbsd-ports/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/Makefile
2006-12-25 13:40:28 +00:00

23 lines
509 B
Makefile

# $OpenBSD: Makefile,v 1.3 2006/12/25 13:40:28 simon Exp $
COMMENT= "catalyst authentication via .htpasswd"
DISTNAME= Catalyst-Plugin-Authentication-Store-Htpasswd-0.02
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= security
MAINTAINER= Simon Dassow <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>