2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:44:35 ajacoutot Exp $
|
import p5-Set-Infinite
Set::Infinite is a Set Theory module for infinite sets.
A set is a collection of objects. The objects that belong to a set are
called its members, or "elements". As objects we allow (almost)
anything: reals, integers, and objects (such as dates).
Note that there is no account for
- the order of elements. For example, {1,2} = {2,1}.
- repetition of elements. For example, {1,2,2} = {1,1,1,2} = {1,2}.
2009-05-03 12:10:27 -04:00
|
|
|
|
|
|
|
COMMENT = sets of intervals
|
|
|
|
|
|
|
|
MODULES = cpan
|
2010-05-11 10:36:12 -04:00
|
|
|
DISTNAME = Set-Infinite-0.65
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION = 0
|
import p5-Set-Infinite
Set::Infinite is a Set Theory module for infinite sets.
A set is a collection of objects. The objects that belong to a set are
called its members, or "elements". As objects we allow (almost)
anything: reals, integers, and objects (such as dates).
Note that there is no account for
- the order of elements. For example, {1,2} = {2,1}.
- repetition of elements. For example, {1,2,2} = {1,1,1,2} = {1,2}.
2009-05-03 12:10:27 -04:00
|
|
|
CATEGORIES = devel
|
2010-10-18 13:47:50 -04:00
|
|
|
USE_GROFF = Yes
|
import p5-Set-Infinite
Set::Infinite is a Set Theory module for infinite sets.
A set is a collection of objects. The objects that belong to a set are
called its members, or "elements". As objects we allow (almost)
anything: reals, integers, and objects (such as dates).
Note that there is no account for
- the order of elements. For example, {1,2} = {2,1}.
- repetition of elements. For example, {1,2,2} = {1,1,1,2} = {1,2}.
2009-05-03 12:10:27 -04:00
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|