af16ab2e4a
ChangeLog: 0.0.9 Mon Mar 24 20:05:46 CDT 2008 (git repo a69ea855db33a400499d0b9ddf7cc355a5203efb) - Added 'how can I help' POD - Applied Andreas 'ac0v' Specht patches for rt 30833
19 lines
544 B
Makefile
19 lines
544 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/07/17 09:48:06 rhaen Exp $
|
|
#
|
|
|
|
DISTNAME= Class-Std-0.0.9
|
|
PKGNAME= p5-Class-Std-0.0.9
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
DEPENDS+= p5-version-[0-9]*:../../devel/p5-version
|
|
|
|
PERL5_PACKLIST= auto/Class/Std/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|