93fcba5be4
Should have been "Infer properties from accessor methods"
19 lines
343 B
Makefile
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>
|