d2ca14a3f1
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.
18 lines
498 B
Makefile
18 lines
498 B
Makefile
# $NetBSD: Makefile,v 1.9 2013/05/31 12:41:54 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Crypt-PasswdMD5-1.3
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 5
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Crypt/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Crypt/
|
|
COMMENT= MD5-based crypt() function
|
|
|
|
PERL5_PACKLIST= auto/Crypt/PasswdMD5/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|