sthen 89af9aec65 import books/diveintopython3, from Juan Francisco Cantero Hurtado
ok pirofti@ phessler@

Dive Into Python 3 covers Python 3 and its differences from Python 2.
Compared to Dive Into Python, it’s about 20% revised and 80% new
material.
2013-06-19 08:47:57 +00:00

28 lines
601 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/06/19 08:47:57 sthen Exp $
COMMENT= book about Python 3 for experienced programmers
VERSION= 20130531
DISTNAME= diveintopython3-${VERSION}
CATEGORIES= books
HOMEPAGE= http://getpython3.com/diveintopython3/
# Creative Commons Attribution Share-Alike
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= http://download.tuxfamily.org/jod/books/diveintopython3/
NO_BUILD= Yes
NO_TEST= Yes
PKG_ARCH= *
DOC= ${PREFIX}/share/books/diveintopython3
do-install:
${INSTALL_DATA_DIR} ${DOC}
@cp -R ${WRKSRC}/* ${DOC}
chown -R ${DOCOWN}:${DOCGRP} ${DOC}
.include <bsd.port.mk>