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