mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
ac3be951f8
instead. While there, remove an obsolete sed line that does not match anything. Sponsored by: Absolight
22 lines
400 B
Makefile
22 lines
400 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= net python
|
|
PORTREVISION= 1
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
COMMENT= Python module for miniupnpc
|
|
|
|
LIB_DEPENDS= libminiupnpc.so:net/miniupnpc
|
|
|
|
MASTERDIR= ${.CURDIR}/../miniupnpc
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/miniupnpc.so
|
|
|
|
.include "${MASTERDIR}/Makefile"
|