742321c708
Approved by: portmgr (implicit)
15 lines
289 B
Makefile
15 lines
289 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pyteomics.biolccc
|
|
PORTVERSION= 1.5.0
|
|
CATEGORIES= science python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= Python bindings for BioLCCC
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|