pkgsrc-wip/py-serial/Makefile
Frédéric Fauberteau e43bc671e6 Import py27-pyserial-2.6 as wip/py-serial.
This module encapsulates the access for the serial port. It provides backends
for Python running on Windows, Linux, BSD (possibly any POSIX compliant
system), Jython and IronPython (.NET and Mono). The module named "serial"
automatically selects the appropriate backend.
2012-12-06 19:38:38 +00:00

17 lines
451 B
Makefile

# $NetBSD: Makefile,v 1.1 2012/12/06 19:38:38 triaxx Exp $
#
DISTNAME= pyserial-2.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms
MASTER_SITES= http://pypi.python.org/packages/source/p/pyserial/
MAINTAINER= frederic@fauberteau.org
HOMEPAGE= http://pyserial.sourceforge.net/
COMMENT= Access for the serial port
LICENSE= python-software-foundation
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"