pkgsrc/devel/p5-MRO-Compat/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
656 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/06/13 06:46:45 rillig Exp $
DISTNAME= MRO-Compat-0.11
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/F/FL/FLORA/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/perldoc?MRO::Compat
COMMENT= MRO::* interface compatibility for Perls < 5.9.5
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Class-C3>=0.20:../../devel/p5-Class-C3
DEPENDS+= p5-Class-C3-XS>=0:../../devel/p5-Class-C3-XS
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/MRO/Compat/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"