aboutsummaryrefslogtreecommitdiff
path: root/devel/py-construct/Makefile
blob: 9dd2145392e3cbb55578e644f1a016c8ea7df232 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Piotr Florczyk <p.florczyk@adminworkshop.pl>

PORTNAME=	construct
PORTVERSION=	2.10.66
PORTEPOCH=	1
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Python module for parsing and building of data structures

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python:3.6+
USE_PYTHON=	autoplist distutils
NO_ARCH=	yes

.include <bsd.port.mk>