2013-11-24 10:57:02 +01:00
|
|
|
# $NetBSD: Makefile,v 1.22 2013/11/24 09:57:03 wiz Exp $
|
2007-09-17 00:51:57 +02:00
|
|
|
|
2013-10-31 02:05:11 +01:00
|
|
|
DISTNAME= Object-InsideOut-3.98
|
2007-09-17 00:51:57 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2013-11-24 10:57:02 +01:00
|
|
|
PKGREVISION= 1
|
2007-09-17 00:51:57 +02:00
|
|
|
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
|
2009-08-09 14:13:19 +02:00
|
|
|
LICENSE= ${PERL5_LICENSE}
|
2007-09-17 00:51:57 +02:00
|
|
|
|
2009-05-20 01:12:38 +02:00
|
|
|
DEPENDS+= p5-Exception-Class>=1.29:../../devel/p5-Exception-Class
|
2010-09-14 08:19:11 +02:00
|
|
|
DEPENDS+= p5-Scalar-List-Utils>=1.23:../../devel/p5-Scalar-List-Utils
|
2010-02-16 14:02:02 +01:00
|
|
|
|
|
|
|
# Recommended dependencies
|
2007-09-17 00:51:57 +02:00
|
|
|
DEPENDS+= p5-Want>=0.12:../../devel/p5-Want
|
2013-11-24 10:57:02 +01:00
|
|
|
#DEPENDS+= {perl>=5.8.8,p5-Storable>=2.15}:../../devel/p5-Storable
|
2007-09-17 00:51:57 +02:00
|
|
|
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/Object/InsideOut/.packlist
|
2008-08-11 14:48:45 +02:00
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
2007-09-17 00:51:57 +02:00
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|