1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/devel/py-construct/Makefile
Antoine Brodin c5a15a3843 - Stage support
- Switch from easy_install to install
- Use PYDISTUTILS_AUTOPLIST
2014-02-10 18:44:40 +00:00

19 lines
412 B
Makefile

# Created by: Piotr Florczyk <p.florczyk@adminworkshop.pl>
# $FreeBSD$
PORTNAME= construct
PORTVERSION= 2.06
PORTREVISION= 1
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= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>