mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
21646392b0
- Use new LIB_DEPENDS syntax - Use options helpers - Convert to USES - Minor changes/fixes
16 lines
280 B
Makefile
16 lines
280 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
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|