pkgsrc/devel/p5-Object-Declare/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

20 lines
557 B
Makefile

# $NetBSD: Makefile,v 1.9 2015/06/12 10:49:34 wiz Exp $
#
DISTNAME= Object-Declare-0.22
PKGNAME= p5-${DISTNAME}
PKGREVISION= 7
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Object/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Object-Declare/
COMMENT= Perl 5 module providing declarative object constructor
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Object/Declare/.packlist
DEPENDS+= p5-Sub-Override-[0-9]*:../../devel/p5-Sub-Override
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"