forked from Lainports/opnsense-ports
20 lines
407 B
Makefile
20 lines
407 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rencode
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= converters devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= R-encoding and r-decoding implementation
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_PYTHON= autoplist distutils cython
|
|
USES= python
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/rencode/_rencode.so
|
|
|
|
.include <bsd.port.mk>
|