mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
e9ba4c5727
- Update MASTER_SITES - Strip shared library Changes: https://github.com/aresch/rencode/releases
23 lines
435 B
Makefile
23 lines
435 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
|
|
|
|
BUILD_DEPENDS= cython:lang/cython
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
USES= python
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/rencode/_rencode.so
|
|
|
|
.include <bsd.port.mk>
|