freebsd-ports/devel/py-construct/Makefile
Nicola Vitale a9d3272cbd Construct is a python library for parsing and building of data
structures (binary or textual).
It is based on the concept of defining data
structures in a declarative manner,
rather than procedural code: more complex constructs are
composed of a hierarchy of simpler ones.

PR:		ports/137593
Submitted by:	Piotr Florczyk <p.florczyk at adminworkshop.pl>
2009-08-10 11:34:23 +00:00

21 lines
496 B
Makefile

# Ports collection makefile for: py-consruct
# Date created: Aug 8, 2009
# Whom: Piotr Florczyk <p.florczyk@adminworkshop.pl>
#
# $FreeBSD$
#
PORTNAME= construct
PORTVERSION= 2.00
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= construct-${PORTVERSION}
MAINTAINER= p.florczyk@adminworkshop.pl
COMMENT= Python module for parsing and building of data structures
USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>