diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-07 00:14:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-07 00:14:55 +0000 |
commit | c3fe84b1c30650b04628b8867768b5c31ca69fc4 (patch) | |
tree | 2a994d0de93548b1f31af49e1e58bccaa83829a7 /devel/p5-DateTime-Util-Astro | |
parent | ff775596cc84d9fb025f6a5f4d506a31430e9b68 (diff) | |
download | ports-c3fe84b1c30650b04628b8867768b5c31ca69fc4.tar.gz ports-c3fe84b1c30650b04628b8867768b5c31ca69fc4.zip |
Notes
Diffstat (limited to 'devel/p5-DateTime-Util-Astro')
-rw-r--r-- | devel/p5-DateTime-Util-Astro/Makefile | 31 | ||||
-rw-r--r-- | devel/p5-DateTime-Util-Astro/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-DateTime-Util-Astro/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-DateTime-Util-Astro/pkg-plist | 12 |
4 files changed, 50 insertions, 0 deletions
diff --git a/devel/p5-DateTime-Util-Astro/Makefile b/devel/p5-DateTime-Util-Astro/Makefile new file mode 100644 index 000000000000..0487fca75086 --- /dev/null +++ b/devel/p5-DateTime-Util-Astro/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-DateTime-Util-Astro +# Date created: 2007-06-19 +# Whom: Masahiro Teramoto <markun@onohara.to> +# +# $FreeBSD$ +# + +PORTNAME= DateTime-Util-Astro +PORTVERSION= 0.11001 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/D/DM/DMAKI +PKGNAMEPREFIX= p5- + +MAINTAINER= markun@onohara.to +COMMENT= Utilities for Astronomical Calculations + +BUILD_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ + p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-Util-Calc>=0.13:${PORTSDIR}/devel/p5-DateTime-Util-Calc \ + p5-Math-BigInt>=0:${PORTSDIR}/math/p5-Math-BigInt +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= DateTime::Util::Astro.3 \ + DateTime::Util::Astro::Common.3 \ + DateTime::Util::Astro::Moon.3 \ + DateTime::Util::Astro::Sun.3 + +.include <bsd.port.mk> diff --git a/devel/p5-DateTime-Util-Astro/distinfo b/devel/p5-DateTime-Util-Astro/distinfo new file mode 100644 index 000000000000..11ae083fb267 --- /dev/null +++ b/devel/p5-DateTime-Util-Astro/distinfo @@ -0,0 +1,3 @@ +MD5 (DateTime-Util-Astro-0.11001.tar.gz) = 712bb777f12bc3eebe7ae8ec468f238e +SHA256 (DateTime-Util-Astro-0.11001.tar.gz) = 8c8e313028a6758fd36bfed7ca87263676c7d0a22f22bb7c00d45970ae1958e5 +SIZE (DateTime-Util-Astro-0.11001.tar.gz) = 30783 diff --git a/devel/p5-DateTime-Util-Astro/pkg-descr b/devel/p5-DateTime-Util-Astro/pkg-descr new file mode 100644 index 000000000000..bde83a4baaab --- /dev/null +++ b/devel/p5-DateTime-Util-Astro/pkg-descr @@ -0,0 +1,4 @@ +Utilities for Astronomical Calculations + +Author: Daisuke Maki <dmaki@cpan.org> +WWW: http://search.cpan.org/dist/DateTime-Util-Astro/ diff --git a/devel/p5-DateTime-Util-Astro/pkg-plist b/devel/p5-DateTime-Util-Astro/pkg-plist new file mode 100644 index 000000000000..67f4dc8c315d --- /dev/null +++ b/devel/p5-DateTime-Util-Astro/pkg-plist @@ -0,0 +1,12 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Util/Astro/.packlist +%%SITE_PERL%%/DateTime/Util/Astro/Common.pm +%%SITE_PERL%%/DateTime/Util/Astro/Moon.pm +%%SITE_PERL%%/DateTime/Util/Astro/Sun.pm +%%SITE_PERL%%/DateTime/Util/Astro.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Util/Astro +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Util +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime +@dirrmtry %%SITE_PERL%%/DateTime/Util/Astro +@dirrmtry %%SITE_PERL%%/DateTime/Util +@dirrmtry %%SITE_PERL%%/DateTime |