1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/misc/py-pexpect/Makefile
Eitan Adler fbc06e4df6 Cleanup unmaintained ports in the misc category:
- Single space for WWW in pkg-descr
	- Ordering if of items in Makefile
	- Trim headers
	- Comment should not begin with leading article
	- Pet portlint
2013-03-25 18:44:20 +00:00

18 lines
306 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= pexpect
PORTVERSION= 2.4
PORTREVISION= 1
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Pure Python Expect-like module
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>