aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-custom_inherit/Makefile
blob: 9256486cb1538425b027f779f64b8bf68c431cee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: skreuzer

PORTNAME=	custom_inherit
PORTVERSION=	2.3.1
CATEGORIES=	textproc python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	skreuzer@FreeBSD.org
COMMENT=	Package providing tools for inheriting docstrings in customizable ways

LICENSE=	MIT

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>