1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

- Convert to autoplist

- Stage support
- Bump PORTREVISION
This commit is contained in:
Martin Wilke 2014-03-01 18:12:44 +00:00
parent 002da195cc
commit 72cff880d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346701

View File

@ -3,6 +3,7 @@
PORTNAME= libtre
PORTVERSION= 0.8.0
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= http://laurikari.net/tre/ \
LOCAL/bf
@ -19,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= tre
PYDISTUTILS_AUTOPLIST= yes
BUILD_WRKSRC= ${WRKSRC}/python
INSTALL_WRKSRC= ${WRKSRC}/python
@ -32,7 +33,4 @@ CFLAGS+= -Wuninitialized -ffast-math -finline-functions \
-fforce-mem -fforce-addr -O3
.endif
PLIST_FILES= %%PYTHON_SITELIBDIR%%/tre.so
NO_STAGE= yes
.include <bsd.port.mk>