diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-04-02 15:29:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-04-02 15:29:58 +0000 |
commit | c85c1cf3b190d79a935d4b81b159954e66f31e69 (patch) | |
tree | 14d088502ec9a068d184f74e08dce3c465a2b28e /science | |
parent | c19a7ca028b3badcfdcf87932ee4acddfa011899 (diff) | |
download | ports-c85c1cf3b190d79a935d4b81b159954e66f31e69.tar.gz ports-c85c1cf3b190d79a935d4b81b159954e66f31e69.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/Makefile | 1 | ||||
-rw-r--r-- | science/p5-Chemistry-MidasPattern/Makefile | 31 | ||||
-rw-r--r-- | science/p5-Chemistry-MidasPattern/distinfo | 3 | ||||
-rw-r--r-- | science/p5-Chemistry-MidasPattern/pkg-descr | 3 | ||||
-rw-r--r-- | science/p5-Chemistry-MidasPattern/pkg-plist | 5 |
5 files changed, 43 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index 06a2a93f884c..2f6673a05a4f 100644 --- a/science/Makefile +++ b/science/Makefile @@ -110,6 +110,7 @@ SUBDIR += p5-Chemistry-File-XYZ SUBDIR += p5-Chemistry-Isotope SUBDIR += p5-Chemistry-MacroMol + SUBDIR += p5-Chemistry-MidasPattern SUBDIR += p5-Chemistry-Mok SUBDIR += p5-Chemistry-Mol SUBDIR += p5-Chemistry-Pattern diff --git a/science/p5-Chemistry-MidasPattern/Makefile b/science/p5-Chemistry-MidasPattern/Makefile new file mode 100644 index 000000000000..ac195fac6ea9 --- /dev/null +++ b/science/p5-Chemistry-MidasPattern/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-Chemistry-MidasPattern +# Date created: 2010-03-10 +# Whom: Steve Wills <steve@mouf.net> +# +# $FreeBSD$ +# + +PORTNAME= Chemistry-MidasPattern +PORTVERSION= 0.11 +CATEGORIES= science perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/I/IT/ITUB +PKGNAMEPREFIX= p5- + +MAINTAINER= steve@mouf.net +COMMENT= Select atoms in macromolecules + +BUILD_DEPENDS= ${SITE_PERL}/Chemistry/Mol.pm:${PORTSDIR}/science/p5-Chemistry-Mol \ + ${SITE_PERL}/Chemistry/File/PDB.pm:${PORTSDIR}/science/p5-Chemistry-File-PDB \ + ${SITE_PERL}/Chemistry/MacroMol.pm:${PORTSDIR}/science/p5-Chemistry-MacroMol \ + ${SITE_PERL}/Chemistry/Pattern.pm:${PORTSDIR}/science/p5-Chemistry-Pattern +RUN_DEPENDS= ${SITE_PERL}/Chemistry/Mol.pm:${PORTSDIR}/science/p5-Chemistry-Mol \ + ${SITE_PERL}/Chemistry/File/PDB.pm:${PORTSDIR}/science/p5-Chemistry-File-PDB \ + ${SITE_PERL}/Chemistry/MacroMol.pm:${PORTSDIR}/science/p5-Chemistry-MacroMol \ + ${SITE_PERL}/Chemistry/Pattern.pm:${PORTSDIR}/science/p5-Chemistry-Pattern + +MAN3= Chemistry::MidasPattern.3 Chemistry::File::MidasPattern.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/science/p5-Chemistry-MidasPattern/distinfo b/science/p5-Chemistry-MidasPattern/distinfo new file mode 100644 index 000000000000..580d4a941f61 --- /dev/null +++ b/science/p5-Chemistry-MidasPattern/distinfo @@ -0,0 +1,3 @@ +MD5 (Chemistry-MidasPattern-0.11.tar.gz) = e21ef075925a7329447bce41cae2762a +SHA256 (Chemistry-MidasPattern-0.11.tar.gz) = 04c83b57b31be2ec269fc8d4ba3d2672ff1c63d95fe326cd1116910d46cffe04 +SIZE (Chemistry-MidasPattern-0.11.tar.gz) = 20235 diff --git a/science/p5-Chemistry-MidasPattern/pkg-descr b/science/p5-Chemistry-MidasPattern/pkg-descr new file mode 100644 index 000000000000..cb388deea676 --- /dev/null +++ b/science/p5-Chemistry-MidasPattern/pkg-descr @@ -0,0 +1,3 @@ +Select atoms in macromolecule + +WWW: http://search.cpan.org/dist/Chemistry-MidasPattern/ diff --git a/science/p5-Chemistry-MidasPattern/pkg-plist b/science/p5-Chemistry-MidasPattern/pkg-plist new file mode 100644 index 000000000000..0a419c491071 --- /dev/null +++ b/science/p5-Chemistry-MidasPattern/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/mach/auto/Chemistry/MidasPattern/.packlist +%%SITE_PERL%%/Chemistry/File/MidasPattern.pm +%%SITE_PERL%%/Chemistry/MidasPattern.pm +@dirrmtry %%SITE_PERL%%/mach/auto/Chemistry/MidasPattern +@dirrmtry %%SITE_PERL%%/mach/auto/Chemistry |