mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Enable stagedir support
- Convert to PYDISTUTILS_AUTOPLIST
This commit is contained in:
parent
0777385b68
commit
8ed5ece3b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341242
@ -13,16 +13,13 @@ EXTRACT_ONLY= sgrep-${SGREP_VER}.tar.gz
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= Python wrappers for Sgrep
|
||||
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/sgreplib.so
|
||||
SGREP_VER= 1.94a
|
||||
WRKSRC= ${WRKDIR}/sgrep-${SGREP_VER}
|
||||
GNU_CONFIGURE= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= pysgrep
|
||||
PYDISTUTILS_PKGVERSION= 1.0a
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-extract:
|
||||
@${TAR} -zxf ${DISTDIR}/pysgrep-${PORTVERSION}.tar.gz -C ${WRKSRC}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user