aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-pss/Makefile
blob: 1cf96af87fa0596bef8f201f073a319061635499 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$

PORTNAME=   pss
PORTVERSION=    1.40
CATEGORIES= textproc python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Tool for grepping through source code

USES=       python
USE_PYTHON= distutils autoplist

.include <bsd.port.mk>