mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
c5a15a3843
- Switch from easy_install to install - Use PYDISTUTILS_AUTOPLIST
19 lines
412 B
Makefile
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>
|