# Created by: ijliao # $FreeBSD$ PORTNAME= sgrep PORTVERSION= 1.1a PORTEPOCH= 1 CATEGORIES= textproc python MASTER_SITES= http://www.rexx.com/~dkuhlman/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTFILES= pysgrep-${PORTVERSION}.tar.gz sgrep-${SGREP_VER}.tar.gz EXTRACT_ONLY= sgrep-${SGREP_VER}.tar.gz MAINTAINER= python@FreeBSD.org COMMENT= Python wrappers for Sgrep SGREP_VER= 1.94a WRKSRC= ${WRKDIR}/sgrep-${SGREP_VER} GNU_CONFIGURE= yes USES= python USE_PYTHON= distutils autoplist post-extract: @${TAR} -zxf ${DISTDIR}/pysgrep-${PORTVERSION}.tar.gz -C ${WRKSRC} .include