freebsd-ports/devel/py-pefile/Makefile
Martin Wilke 361c3ea3f9 pefile is a Python module to read and work with PE files. Most of the
information in the PE Header is accessible, as well as all the sections,
section's information and data.

WWW: http://dkbza.org/pefile.html

PR:		ports/100393
Submitted by:	Antoine Brodin <antoine.brodin(at)laposte.net>
Approved by:	krion (mentor)
2006-07-25 21:21:48 +00:00

26 lines
540 B
Makefile

# New ports collection makefile for: pefile
# Date created: 16 July 2006
# Whom: antoine.brodin@laposte.net
#
# $FreeBSD$
#
PORTNAME= pefile
PORTVERSION= 1.1
CATEGORIES= devel python
MASTER_SITES= http://dkbza.org/pefile/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine.brodin@laposte.net
COMMENT= A python module to read and work with PE files
USE_PYTHON= yes
USE_PYDISTUTILS=yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>