aboutsummaryrefslogtreecommitdiff
path: root/devel/py-characteristic/Makefile
blob: b307e7d5352941ef2f85f1ea19b3eff840f86e9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Axel Rau <axel.rau@chaos1.de>

PORTNAME=	characteristic
PORTVERSION=	14.3.0
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	axel.rau@chaos1.de
COMMENT=	Python attributes without boilerplate

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>