freebsd-ports/devel/py-cobble/Makefile
Alexey Dokuchaev 6c912fd00c devel/py-cobble: new port had been added (+)
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
2024-12-18 08:18:46 +00:00

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>