aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-pss/Makefile
blob: b5891140a498a533505670bc25e3ca9f3e544b6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	py-pss
# Date created:		October 28 2011
# Whom:			Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	pss
PORTVERSION=	0.34
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
PYDISTUTILS_PKGNAME=	pss

.include <bsd.port.mk>