aboutsummaryrefslogtreecommitdiff
path: root/devel/py-construct/Makefile
blob: 3b4f9c52a8aeeea806bb7340b60e38428eabf1b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Ports collection makefile for:	py-consruct
# Date created:			Aug 8, 2009
# Whom:	      			Piotr Florczyk <p.florczyk@adminworkshop.pl>
#
# $FreeBSD$
#

PORTNAME=	construct
PORTVERSION=	2.06
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

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>