f0786ec13f
Upstream changes: 2009-09-29 Steffen Mueller smueller@cpan.org * Release 0.36 -- fix installation dirs. 2009-09-26 Steffen Mueller smueller@cpan.org * Release 0.35 -- minor documentation nit.
19 lines
517 B
Makefile
19 lines
517 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/10/11 12:04:54 sno Exp $
|
|
|
|
DISTNAME= Class-ISA-0.36
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/perldoc?Class::ISA
|
|
COMMENT= Report the search path for a class's ISA tree
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Class/ISA/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|