blob: 7060158e3411f22d3612c76fb297fd6eed22c451 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Antoine Brodin <antoine@FreeBSD.org>
# $FreeBSD$
PORTNAME= pefile
PORTVERSION= 2016.3.28
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP \
https://github.com/erocarrera/pefile/files/192316/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Python module to read and work with PE files
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future
NO_ARCH= yes
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|