2008-10-19 21:17:40 +02:00
|
|
|
# $NetBSD: Makefile,v 1.4 2008/10/19 19:17:49 he Exp $
|
2007-05-13 22:42:10 +02:00
|
|
|
#
|
|
|
|
|
2008-07-17 11:48:06 +02:00
|
|
|
DISTNAME= Class-Std-0.0.9
|
|
|
|
PKGNAME= p5-Class-Std-0.0.9
|
2008-10-19 21:17:40 +02:00
|
|
|
PKGREVISION= 1
|
2007-05-13 22:42:10 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= http://search.cpan.org/dist/Class-Std/
|
|
|
|
COMMENT= Perl 5 module to support creation of standard inside-out classes
|
|
|
|
|
2008-06-20 03:09:05 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2007-05-13 22:42:10 +02:00
|
|
|
DEPENDS+= p5-version-[0-9]*:../../devel/p5-version
|
|
|
|
|
|
|
|
PERL5_PACKLIST= auto/Class/Std/.packlist
|
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|