freebsd-ports/comms/py-serial/Makefile
Ying-Chieh Liao 6e5b457e3d upgrade to 1.14
PR:		38755
Submitted by:	maintainer
2002-05-31 03:28:34 +00:00

24 lines
543 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= 1.14
CATEGORIES= comms python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pyserial
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyserial-${PORTVERSION}
MAINTAINER= perky@fallin.lv
USE_ZIP= yes
EXTRACT_BEFORE_ARGS= -a
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g}
.include <bsd.port.mk>