diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2010-04-03 22:19:56 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2010-04-03 22:19:56 +0000 |
commit | 55b0fc9b74344b395379da3247903908eb91c66e (patch) | |
tree | ab9b26316f0deb413643f8820719c3923f1c7c12 /astro/p5-Astro-Constants | |
parent | b791f8bcab683c273263f3c3f552dd6e4a097a68 (diff) |
Notes
Diffstat (limited to 'astro/p5-Astro-Constants')
-rw-r--r-- | astro/p5-Astro-Constants/Makefile | 21 | ||||
-rw-r--r-- | astro/p5-Astro-Constants/distinfo | 3 | ||||
-rw-r--r-- | astro/p5-Astro-Constants/pkg-descr | 5 | ||||
-rw-r--r-- | astro/p5-Astro-Constants/pkg-plist | 8 |
4 files changed, 37 insertions, 0 deletions
diff --git a/astro/p5-Astro-Constants/Makefile b/astro/p5-Astro-Constants/Makefile new file mode 100644 index 000000000000..130a8d7db68d --- /dev/null +++ b/astro/p5-Astro-Constants/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: astro/p5-Astro-Constants +# Date created: 04 April 2010 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Astro-Constants +PORTVERSION= 0.09 +CATEGORIES= astro perl5 science +MASTER_SITES= CPAN/Astro +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Physical constants for use in astronomy + +PERL_CONFIGURE= yes + +MAN3= Astro::Constants.3 + +.include <bsd.port.mk> diff --git a/astro/p5-Astro-Constants/distinfo b/astro/p5-Astro-Constants/distinfo new file mode 100644 index 000000000000..79761d93f97d --- /dev/null +++ b/astro/p5-Astro-Constants/distinfo @@ -0,0 +1,3 @@ +MD5 (Astro-Constants-0.09.tar.gz) = 7832e21eccd17ec8b16ffb9222cbce34 +SHA256 (Astro-Constants-0.09.tar.gz) = d9e48a98690b41c726b79bc888c6f78cf0c3d57372be33242d5191b85164330f +SIZE (Astro-Constants-0.09.tar.gz) = 12034 diff --git a/astro/p5-Astro-Constants/pkg-descr b/astro/p5-Astro-Constants/pkg-descr new file mode 100644 index 000000000000..9386c4053772 --- /dev/null +++ b/astro/p5-Astro-Constants/pkg-descr @@ -0,0 +1,5 @@ +This module provides a large number of physical constants which are +useful to astronomers. The module itself is essentially a wrapper around +the ASTROCONST package of Jeremy Balin. + +WWW: http://search.cpan.org/dist/Astro-Constants/ diff --git a/astro/p5-Astro-Constants/pkg-plist b/astro/p5-Astro-Constants/pkg-plist new file mode 100644 index 000000000000..151d35b8f6a3 --- /dev/null +++ b/astro/p5-Astro-Constants/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/Astro/Constants.pm +%%SITE_PERL%%/Astro/Constants/CGS.pm +%%SITE_PERL%%/Astro/Constants/MKS.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/Constants/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/Constants +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro +@dirrmtry %%SITE_PERL%%/Astro/Constants +@dirrmtry %%SITE_PERL%%/Astro |