6f9c418af1
PR: 207788 Submitted by: jochen@jochen-neumeister.de Approved by: axel.rau@chaos1.de (maintainer)
19 lines
387 B
Makefile
19 lines
387 B
Makefile
# Created by: Axel Rau <axel.rau@chaos1.de>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|