diff options
author | tsarna <tsarna@pkgsrc.org> | 2012-12-09 15:26:29 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 2012-12-09 15:26:29 +0000 |
commit | edf51762b944904b6140767dd63071b371ed5ef7 (patch) | |
tree | 9623ea01217f37cc9dcb2c820bc0d371bdb801e1 /comms/py-serial/Makefile | |
parent | d47599ae2c034ba247fbf3d37d2d0e885628bc9a (diff) | |
download | pkgsrc-edf51762b944904b6140767dd63071b371ed5ef7.tar.gz |
Add puyserial 26, which provides a uniform interface for accessing
serial ports across platforms.
Diffstat (limited to 'comms/py-serial/Makefile')
-rw-r--r-- | comms/py-serial/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/comms/py-serial/Makefile b/comms/py-serial/Makefile new file mode 100644 index 00000000000..2573191f9cb --- /dev/null +++ b/comms/py-serial/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2012/12/09 15:26:32 tsarna Exp $ +# + +DISTNAME= pyserial-2.6 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= comms python +MASTER_SITES= http://pypi.python.org/packages/source/p/pyserial/ + +MAINTAINER= tsarna@NetBSD.org +HOMEPAGE= http://pyserial.sourceforge.net/ +COMMENT= Python Serial Port Extension +LICENSE= python-software-foundation + +USE_LANGUAGES= #none + +.include "../../lang/python/distutils.mk" +.include "../../mk/bsd.pkg.mk" |