blob: eb593b8391c145b1d48093673a64e7275b52055b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# ex:ts=8
# New ports collection makefile for: py-sgrep
# Date created: Jun 14, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= sgrep
PORTVERSION= 1.0a
CATEGORIES= textproc python
MASTER_SITES= http://www.rexx.com/~dkuhlman/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pysgrep-${PORTVERSION}
MAINTAINER= ijliao@freebsd.org
USE_PYTHON= yes
USE_PYDISTUTILS= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|