pkgsrc/devel/p5-Set-Array/Makefile
fhajny 302237fdf1 Import p5-Set-Array-0.24 as devel/p5-Set-Array.
Set::Array allows you to create arrays as objects and use OO-style methods on
them. Many convenient methods are provided here that appear in the FAQ's, the
Perl Cookbook or posts from comp.lang.perl.misc. In addition, there are Set
methods with corresponding (overloaded) operators for the purpose of Set
comparison, i.e. +, ==, etc.

The purpose is to provide built-in methods for operations that people are
always asking how to do, and which already exist in languages like Ruby. This
should (hopefully) improve code readability and/or maintainability. The other
advantage to this module is method-chaining by which any number of methods may
be called on a single object in a single statement.
2012-03-08 11:24:17 +00:00

26 lines
721 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2012/03/08 11:24:17 fhajny Exp $
#
DISTNAME= Set-Array-0.24
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Set/}
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Set-Array/
COMMENT= Arrays as objects with lots of handy methods
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
BUILD_DEPENDS+= p5-Test-Deep>=0:../../devel/p5-Test-Deep
BUILD_DEPENDS+= p5-Test-Pod>=0:../../devel/p5-Test-Pod
DEPENDS+= p5-Want>=0:../../devel/p5-Want
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Set/Array/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"