aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-regex/Makefile
blob: 8e60bf5d25960a543d8b10e15724fb04093f2f36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=   regex
PORTVERSION=    2018.02.21
CATEGORIES= textproc python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= fax@nohik.ee
COMMENT=    Alternative regular expression module, to replace re

LICENSE=    PSFL

USES=       python
USE_PYTHON= autoplist distutils

post-install:
    ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_regex.so

.include <bsd.port.mk>