diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-29 12:19:00 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-29 12:19:00 +0000 |
commit | c6c9b93c878e3d59568ff755bbe413a10045397e (patch) | |
tree | 7e476553ffbfea18004dcdf00ee719ab3b6e7dc5 /devel/p5-Set-Infinite | |
parent | c8983202d73bb7574910fc3bc8653749823fd278 (diff) | |
download | ports-c6c9b93c878e3d59568ff755bbe413a10045397e.tar.gz ports-c6c9b93c878e3d59568ff755bbe413a10045397e.zip |
Notes
Diffstat (limited to 'devel/p5-Set-Infinite')
-rw-r--r-- | devel/p5-Set-Infinite/Makefile | 31 | ||||
-rw-r--r-- | devel/p5-Set-Infinite/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Set-Infinite/pkg-descr | 8 | ||||
-rw-r--r-- | devel/p5-Set-Infinite/pkg-plist | 9 |
4 files changed, 49 insertions, 0 deletions
diff --git a/devel/p5-Set-Infinite/Makefile b/devel/p5-Set-Infinite/Makefile new file mode 100644 index 000000000000..8b3de1345fcc --- /dev/null +++ b/devel/p5-Set-Infinite/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-Set-Infinite +# Date created: 26 june 2003 +# Whom: Mathieu Arnold <m@absolight.net> +# +# $FreeBSD$ +# + +PORTNAME= Set-Infinite +PORTVERSION= 0.49 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Set +PKGNAMEPREFIX= p5- + +MAINTAINER= m@absolight.net +COMMENT= Set::Infinite - Sets of intervals + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Set::Infinite.3 Set::Infinite::Basic.3 Set::Infinite::Date.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE="Need at least perl 5.6.1 to build" +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-Set-Infinite/distinfo b/devel/p5-Set-Infinite/distinfo new file mode 100644 index 000000000000..00830ee6adee --- /dev/null +++ b/devel/p5-Set-Infinite/distinfo @@ -0,0 +1 @@ +MD5 (Set-Infinite-0.49.tar.gz) = 6ce0957b8dad008d6a8326e56e7eaf79 diff --git a/devel/p5-Set-Infinite/pkg-descr b/devel/p5-Set-Infinite/pkg-descr new file mode 100644 index 000000000000..49656929425d --- /dev/null +++ b/devel/p5-Set-Infinite/pkg-descr @@ -0,0 +1,8 @@ +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. + +WWW: http://search.cpan.org/dist/Set-Infinite/ diff --git a/devel/p5-Set-Infinite/pkg-plist b/devel/p5-Set-Infinite/pkg-plist new file mode 100644 index 000000000000..5b45a7434167 --- /dev/null +++ b/devel/p5-Set-Infinite/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/Set/Infinite.pm +%%SITE_PERL%%/Set/Infinite/Arithmetic.pm +%%SITE_PERL%%/Set/Infinite/Basic.pm +%%SITE_PERL%%/Set/Infinite/Date.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/Infinite/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/Infinite +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Set 2>/dev/null || true +@dirrm %%SITE_PERL%%/Set/Infinite +@unexec rmdir %D/%%SITE_PERL%%/Set 2>/dev/null || true |