freebsd-ports/devel/py-construct/Makefile
Michael Scheidell 0d71b7ed26 - Update to 2.06
PR:		ports/168863
Submitted by:	koobs <koobs.freebsd@gmail.com>
Approved by:	maintainer (timeout, 60 days)
2012-08-12 18:18:52 +00:00

20 lines
461 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.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>