Add p5-Chemistry-Elements 0.91, perl extension for working with

Chemical Elements.

PR:		33412
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
Pete Fritchman 2002-02-08 06:15:14 +00:00
parent a21803ec22
commit f39cd8ad8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54347
6 changed files with 37 additions and 0 deletions

View File

@ -5,6 +5,7 @@
SUBDIR += clhep
SUBDIR += libsvm
SUBDIR += mpqc
SUBDIR += p5-Chemistry-Elements
SUBDIR += vis5d+
SUBDIR += xmakemol

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: Chemistry::Elements
# Date created: 31 Dec 2001
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= Chemistry-Elements
PORTVERSION= 0.91
CATEGORIES= science perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/BDFOY
PKGNAMEPREFIX= p5-
MAINTAINER= svenasse@polaris.ca
PERL_CONFIGURE= yes
MAN3= Chemistry::Elements.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Chemistry-Elements-0.91.tar.gz) = a594c7f4bb2e97764b42f8bcb2a4aa84

View File

@ -0,0 +1 @@
Perl extension for working with Chemical Elements

View File

@ -0,0 +1,7 @@
Chemistry::Elements provides an easy, object-oriented way to keep
track of your chemical data. Using either the atomic number, chemical
symbol, or element name you can construct an Element object.
WWW: http://search.cpan.org/search?dist=Chemistry-Elements
Seamus Venasse <svenasse@polaris.ca>

View File

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/Chemistry/Elements.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chemistry/Elements/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chemistry/Elements
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chemistry 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Chemistry 2>/dev/null || true