1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/net/py-miniupnpc/Makefile
Mathieu Arnold ac3be951f8 Remove the use of submake, and use the parent's port shared library
instead.

While there, remove an obsolete sed line that does not match anything.

Sponsored by:	Absolight
2018-01-06 10:02:43 +00:00

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"