1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/textproc/py-sgrep/Makefile

24 lines
450 B
Makefile
Raw Normal View History

2001-06-13 18:49:51 +00:00
# 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
COMMENT= Python wrappers for Sgrep
2001-06-13 18:49:51 +00:00
USE_PYTHON= yes
2002-04-29 19:08:55 +00:00
USE_PYDISTUTILS= yes
2001-06-13 18:49:51 +00:00
GNU_CONFIGURE= yes
.include <bsd.port.mk>