Prune devel/py-EnthoughtBase
[dports.git] / devel / py-pefile / Makefile
1 # Created by: Antoine Brodin <antoine@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       pefile
5 DISTVERSION=    1.2.10-139
6 CATEGORIES=     devel python
7 MASTER_SITES=   GOOGLE_CODE
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9
10 MAINTAINER=     antoine@FreeBSD.org
11 COMMENT=        Python module to read and work with PE files
12
13 LICENSE=        MIT
14
15 USES=           python:2
16 USE_PYTHON=     distutils autoplist
17
18 DOCSDIR=        ${PREFIX}/share/doc/py-${PORTNAME}
19 PORTDOCS=       README
20
21 OPTIONS_DEFINE= DOCS
22
23 post-install:
24         @${MKDIR} ${STAGEDIR}${DOCSDIR}
25         ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
26
27 .include <bsd.port.mk>