freebsd-ports/devel/py-construct/Makefile
Emanuel Haupt ae590a2c5a This port requires python 3.6 or later.
Notified by:	pkg-fallout
2020-01-30 14:51:54 +00:00

21 lines
449 B
Makefile

# Created by: Piotr Florczyk <p.florczyk@adminworkshop.pl>
# $FreeBSD$
PORTNAME= construct
PORTVERSION= 2.10.56
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
NO_ARCH= yes
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>