063328c019
Feature safe: yes
22 lines
431 B
Makefile
22 lines
431 B
Makefile
# 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>
|