freebsd-ports/science/p5-Chemistry-Canonicalize/Makefile
Martin Wilke b9c5628b0d Perl module which provides functions for "canonicalizing" a molecular
structure; that is, to number the atoms in a unique way regardless of the
input order.

WWW:	http://search.cpan.org/dist/Chemistry-Canonicalize/

PR:		ports/145143
Submitted by:	Steve Wills <steve at mouf.net>
2010-04-02 15:25:12 +00:00

25 lines
634 B
Makefile

# New ports collection makefile for: p5-Chemistry-Canonicalize
# Date created: 2010-03-10
# Whom: Steve Wills <steve@mouf.net>
#
# $FreeBSD$
#
PORTNAME= Chemistry-Canonicalize
PORTVERSION= 0.11
CATEGORIES= science perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/I/IT/ITUB
PKGNAMEPREFIX= p5-
MAINTAINER= steve@mouf.net
COMMENT= Number the atoms in a molecule in a unique way
BUILD_DEPENDS= ${SITE_PERL}/Chemistry/Mol.pm:${PORTSDIR}/science/p5-Chemistry-Mol
RUN_DEPENDS= ${SITE_PERL}/Chemistry/Mol.pm:${PORTSDIR}/science/p5-Chemistry-Mol
MAN3= Chemistry::Canonicalize.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>