FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
23 lines
516 B
Makefile
23 lines
516 B
Makefile
# Created by: Piotr Florczyk <p.florczyk@adminworkshop.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= construct
|
|
PORTVERSION= 2.8.11
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX= 28
|
|
|
|
MAINTAINER= shaun@FreeBSD.org
|
|
COMMENT= Python module for parsing and building of data structures
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|