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

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

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

LICENSE=    PD
LICENSE_FILE=   ${WRKSRC}/LICENSE

USES=       python
USE_PYTHON= distutils autoplist

.include <bsd.port.mk>