pkgsrc changes: - Adding license definition - Adjusting dependencies - Adjusting module type Upstream changes: 0.011 Thu Dec 24 14:06:53 2009 - Update to remove weird files in previous release - Remove unneeded dependency on version.pm 0.010 Wed Dec 23 16:09:10 2009 - Removed git repository information (thanks for all the work, Dan) - Fixed incompatibility with Perl 5.11+ label constraints (thanks Andreas)
21 lines
575 B
Makefile
21 lines
575 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/01/26 16:26:19 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Class-Std-0.011
|
|
PKGNAME= p5-${DISTNAME:S/011/0.11/}
|
|
#PKGREVISION= 1
|
|
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
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Class/Std/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|