aboutsummaryrefslogtreecommitdiff
path: root/devel/py-venusian/Makefile
blob: 541a8f08a5e6e45feea870c7dac560f1d840f910 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>

PORTNAME=	venusian
PORTVERSION=	3.0.0
PORTEPOCH=	1
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Python library for deferring decorator actions

LICENSE=	BSD4CLAUSE

USES=		python:3.5+
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>