pkgsrc/devel/p5-Class-C3/Makefile
seb 2c8fe778a2 - Add LICENSE
- Removed commented out dependencies in previous commit
2010-02-04 01:15:28 +00:00

19 lines
520 B
Makefile

# $NetBSD: Makefile,v 1.8 2010/02/04 01:15:28 seb Exp $
DISTNAME= Class-C3-0.22
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Class-C3/
COMMENT= Pragma to use the C3 method resolution order algortihm
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Class/C3/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"