freebsd-ports/science/p5-Chemistry-File-PDB/Makefile
Martin Wilke 2b8e184f62 p5-Chemistry-File-PDB reads and writes PDB files. The PDB file format
is commonly used to describe proteins, particularly those stored in the
Protein Data Bank.

WWW: http://search.cpan.org/dist/Chemistry-File-PDB/

PR:		ports/134612
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-05-17 12:51:49 +00:00

25 lines
598 B
Makefile

# New ports collection makefile for: Chemistry-File-PDB
# Date created: 17 May, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Chemistry-File-PDB
PORTVERSION= 0.23
CATEGORIES= science perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wenheping@gmail.com
COMMENT= Perl module to read and write PDB files
BUILD_DEPENDS= p5-Chemistry-Mol>=0.37:${PORTSDIR}/science/p5-Chemistry-Mol \
p5-Chemistry-MacroMol>=0.06:${PORTSDIR}/science/p5-Chemistry-MacroMol
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Chemistry::File::PDB.3
.include <bsd.port.mk>