1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/science/pyteomics.biolccc/Makefile
Max Brazhnikov 21646392b0 - Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
2013-10-23 13:08:41 +00:00

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>