worry.) Set::Infinite is a Set Theory module for infinite sets. It works with reals, integers, and objects. When it is used dates, this module provides schedule checks (intersections), unions, and infinite recurrences.
16 lines
480 B
Makefile
16 lines
480 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/06/17 12:05:24 cubidou Exp $
|
|
|
|
DISTNAME= Set-Infinite-0.49
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Set/}
|
|
|
|
MAINTAINER= cube@cubidou.net
|
|
HOMEPAGE= http://search.cpan.org/dist/Set-Infinite/
|
|
COMMENT= Perl module for sets of integers and objects
|
|
|
|
USE_BUILDLINK2= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Set/Infinite/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|