forked from Lainports/freebsd-ports
Cobble is a Python library that allows easy creation of data objects, including implementations of common methods such as `__eq__' and `__repr__'. WWW: https://github.com/mwilliamson/python-cobble
18 lines
366 B
Makefile
18 lines
366 B
Makefile
PORTNAME= cobble
|
|
PORTVERSION= 0.1.4
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Python library for easy creation of data objects
|
|
WWW= https://github.com/mwilliamson/python-cobble
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|