a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
21 lines
652 B
Makefile
21 lines
652 B
Makefile
# $NetBSD: Makefile,v 1.8 2013/05/31 12:42:47 wiz Exp $
|
|
|
|
DISTNAME= LWP-Authen-Wsse-0.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 5
|
|
SVR4_PKGNAME= p5law
|
|
CATEGORIES= perl5 www
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/}
|
|
|
|
MAINTAINER= kleink@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/LWP-Authen-Wsse/
|
|
COMMENT= Library for enabling X-WSSE authentication in LWP
|
|
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
|
|
DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
|
|
|
|
PERL5_PACKLIST= auto/LWP/Authen/Wsse/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|