freebsd-ports/textproc/py-sgrep/Makefile
Marcus von Appen 1fd066ebe5 - Convert textproc/ to USES=python
With hat:	python@
2014-12-07 10:01:36 +00:00

25 lines
595 B
Makefile

# 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 <bsd.port.mk>