freebsd-ports/devel/py-autoprop/Makefile
Diane Bruce 93fcba5be4 Wrong COMMENT
Should have been "Infer properties from accessor methods"
2020-03-20 16:23:28 +00:00

19 lines
343 B
Makefile

# $FreeBSD$
PORTNAME= autoprop
PORTVERSION= 1.0.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= db@FreeBSD.org
COMMENT= Infer properties from accessor methods
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python:3.5+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>