diff options
-rw-r--r-- | astro/Makefile | 1 | ||||
-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 |
5 files changed, 38 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index 6c9cce7bf1e6..f4a9a711a1b9 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -47,6 +47,7 @@ SUBDIR += p5-Astro SUBDIR += p5-Astro-ADS SUBDIR += p5-Astro-Catalog + SUBDIR += p5-Astro-Constants SUBDIR += p5-Astro-DSS SUBDIR += p5-Astro-FITS-Header SUBDIR += p5-Astro-Hipparcos 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 |