pkgsrc/devel/p5-Class-C3-Componentised/Makefile
rillig ad2adba9a5 Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
2009-06-13 06:46:41 +00:00

22 lines
729 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/06/13 06:46:44 rillig Exp $
DISTNAME= Class-C3-Componentised-1.0005
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AS/ASH/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/perldoc?Class::C3::Componentised
COMMENT= Load mix-ins or components to your C3-based class
DEPENDS+= p5-MRO-Compat>=0:../../devel/p5-MRO-Compat
DEPENDS+= p5-Class-Inspector>=0:../../devel/p5-Class-Inspector
DEPENDS+= p5-Class-C3>=0.20:../../devel/p5-Class-C3
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Class/C3/Componentised/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"