pkgsrc/security/p5-Authen-Simple/Makefile
wiz 2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00

24 lines
800 B
Makefile

# $NetBSD: Makefile,v 1.4 2015/06/12 10:51:04 wiz Exp $
#
DISTNAME= Authen-Simple-0.5
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Authen-Simple/
COMMENT= Simple and consistent framework for authentication
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
DEPENDS+= p5-Class-Data-Inheritable-[0-9]*:../../devel/p5-Class-Data-Inheritable
DEPENDS+= p5-Crypt-PasswdMD5-[0-9]*:../../security/p5-Crypt-PasswdMD5
DEPENDS+= p5-Params-Validate-[0-9]*:../../devel/p5-Params-Validate
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Authen/Simple/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"