freebsd-ports/comms/py-serial/Makefile
Hye-Shik Chang cbe41c56cb Update to 2.2
PR:		86614
Submitted by:	Soeren Straarup <xride@x12.dk>
2005-10-10 14:47:41 +00:00

25 lines
550 B
Makefile

# New ports collection makefile for: py-serial
# Date created: 26 February 2002
# Whom: Hye-Shik Chang <perky@fallin.lv>
#
# $FreeBSD$
#
PORTNAME= serial
PORTVERSION= 2.2
CATEGORIES= comms python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pyserial
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyserial-${PORTVERSION}
MAINTAINER= perky@FreeBSD.org
COMMENT= Serial port encapsulation library for Python
USE_ZIP= yes
EXTRACT_BEFORE_ARGS= -a
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
.include <bsd.port.mk>