aboutsummaryrefslogtreecommitdiff
path: root/science/py-hcluster/Makefile
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2014-06-26 14:27:46 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2014-06-26 14:27:46 +0000
commit69947e4a87714c5e13c67010c16ef944e8b03a91 (patch)
tree34e0a47af587fb8a6817c9c813efabf96278bf02 /science/py-hcluster/Makefile
parent287fc13c23c0364aed3073b08ab6f05844f1c348 (diff)
downloadports-69947e4a87714c5e13c67010c16ef944e8b03a91.tar.gz
ports-69947e4a87714c5e13c67010c16ef944e8b03a91.zip
science/py-hcluster: support stage
- Remove leading article from COMMENT - Use auto plist Approved by: portmgt (stage blanket)
Notes
Notes: svn path=/head/; revision=359362
Diffstat (limited to 'science/py-hcluster/Makefile')
-rw-r--r--science/py-hcluster/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/py-hcluster/Makefile b/science/py-hcluster/Makefile
index db96cc3be9d4..657373cfd00b 100644
--- a/science/py-hcluster/Makefile
+++ b/science/py-hcluster/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
-COMMENT= A Hierarchical Clustering Package For Scipy
+COMMENT= Hierarchical Clustering Package For Scipy
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \
${PYTHON_PKGNAMEPREFIX}matplotlib>0:${PORTSDIR}/math/py-matplotlib
@@ -17,6 +17,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>