pkgsrc-wip/p5-Apache-AuthenNTLM/Makefile

19 lines
554 B
Makefile
Raw Normal View History

2006-07-16 14:27:29 +02:00
# $NetBSD: Makefile,v 1.3 2006/07/16 12:27:29 shattered Exp $
DISTNAME= Apache-AuthenNTLM-2.10
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
2006-07-16 14:27:29 +02:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
MAINTAINER= shattered@users.sourceforge.net
HOMEPAGE= http://search.cpan.org/~speeves/
COMMENT= Perl5/Apache module for NTLM authorization
DEPENDS+= p5-MIME-Base64>=3:../../converters/p5-MIME-Base64
2006-07-16 14:27:29 +02:00
PERL5_PACKLIST= auto/Apache/AuthenNTLM/.packlist
.include "../../lang/perl5/module.mk"
.include "../../www/ap-perl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"