pkgsrc/devel/p5-Term-ReadPassword/Makefile
wiz 0982effce2 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:48:20 +00:00

18 lines
483 B
Makefile

# $NetBSD: Makefile,v 1.13 2015/06/12 10:49:47 wiz Exp $
#
VERS= 0.11
DISTNAME= Term-ReadPassword-${VERS}
PKGNAME= p5-Term-ReadPassword-${VERS}
PKGREVISION= 6
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
MAINTAINER= lyngbol@wheel.dk
HOMEPAGE= http://search.cpan.org/~phoenix/Term-ReadPassword/
COMMENT= Asking the user for a password
PERL5_PACKLIST= auto/Term/ReadPassword/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"