0d71b7ed26
PR: ports/168863 Submitted by: koobs <koobs.freebsd@gmail.com> Approved by: maintainer (timeout, 60 days)
20 lines
461 B
Makefile
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>
|