mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
20 lines
417 B
Makefile
20 lines
417 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= freenas.utils
|
|
PORTVERSION= 10.2a1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= FreeNAS common Python modules
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil \
|
|
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|