mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
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:
parent
a21803ec22
commit
f39cd8ad8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54347
@ -5,6 +5,7 @@
|
||||
SUBDIR += clhep
|
||||
SUBDIR += libsvm
|
||||
SUBDIR += mpqc
|
||||
SUBDIR += p5-Chemistry-Elements
|
||||
SUBDIR += vis5d+
|
||||
SUBDIR += xmakemol
|
||||
|
||||
|
22
science/p5-Chemistry-Elements/Makefile
Normal file
22
science/p5-Chemistry-Elements/Makefile
Normal 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>
|
1
science/p5-Chemistry-Elements/distinfo
Normal file
1
science/p5-Chemistry-Elements/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Chemistry-Elements-0.91.tar.gz) = a594c7f4bb2e97764b42f8bcb2a4aa84
|
1
science/p5-Chemistry-Elements/pkg-comment
Normal file
1
science/p5-Chemistry-Elements/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl extension for working with Chemical Elements
|
7
science/p5-Chemistry-Elements/pkg-descr
Normal file
7
science/p5-Chemistry-Elements/pkg-descr
Normal 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>
|
5
science/p5-Chemistry-Elements/pkg-plist
Normal file
5
science/p5-Chemistry-Elements/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user