2013-02-01 02:15:38 +01:00
|
|
|
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
2011-10-28 11:32:15 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pss
|
2013-06-28 06:24:33 +02:00
|
|
|
PORTVERSION= 1.38
|
2014-03-01 19:13:23 +01:00
|
|
|
PORTREVISION= 1
|
2011-10-28 11:32:15 +02:00
|
|
|
CATEGORIES= textproc python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
|
|
COMMENT= Tool for grepping through source code
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
2014-03-01 19:13:23 +01:00
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2011-10-28 11:32:15 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|