pkgsrc/devel/p5-Object-InsideOut/Makefile
sno 4a28209d70 Updating package for p5 module Object::InsideOut from 3.55 to 3.56
pkgsrc changes:
  - Adjust license according to META.yml
  - Adjust dependencies according to META.yml

Upstream changes:
3.56 Wed Jul 29 19:11:02 2009
	- Changed label that was a keyword
2009-08-09 12:13:19 +00:00

25 lines
770 B
Makefile

# $NetBSD: Makefile,v 1.9 2009/08/09 12:13:19 sno Exp $
#
DISTNAME= Object-InsideOut-3.56
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Object/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Object-InsideOut/
COMMENT= Perl 5 module providing comprehensive inside-out object support
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Exception-Class>=1.29:../../devel/p5-Exception-Class
DEPENDS+= p5-Scalar-List-Utils>=1.21:../../devel/p5-Scalar-List-Utils
DEPENDS+= p5-Want>=0.12:../../devel/p5-Want
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Object/InsideOut/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"