diff options
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" |