1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/textproc/py-esmre/Makefile
Danilo G. Baio f8cc2c102f Update my email address
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D10648
2017-05-08 17:21:49 +00:00

23 lines
455 B
Makefile

# $FreeBSD$
PORTNAME= esmre
PORTVERSION= 0.3.1
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Regular expression accelerator in Python
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python:-2.7
USE_PYTHON= autoplist distutils
post-install:
@${FIND} ${STAGEDIR}${PREFIX}/lib -name "*.so" -and -exec ${STRIP_CMD} {} \;
.include <bsd.port.mk>