1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/devel/py-pefile/Makefile
Alexander Botero-Lowry d188c32258 - update to 1.2
PR:		105217
Submitted by:	Antoine Brodin <antoine.brodin@laposte.net> (maintainer)
2006-11-09 07:28:15 +00:00

27 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.2
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>