9037b67671
- Add LICENSE - Grab maintainership [1] PR: ports/195722 Approved by: several portmgr-feedback emails unanswered [1]
22 lines
498 B
Makefile
22 lines
498 B
Makefile
# Created by: Piotr Florczyk <p.florczyk@adminworkshop.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= construct
|
|
PORTVERSION= 2.5.2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Python module for parsing and building of data structures
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|