blob: e07be81432aaaed0e191014dc4e453f1909ffd2d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: py-DendroPy
# Date created: 09 Jan, 2010
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= DendroPy
PORTVERSION= 3.8.1
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= c-s@c-s.li
COMMENT= Phylogenetic computing library
LICENSE= BSD
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|