1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/devel/py-usb/Makefile
Li-Wen Hsu 04e934060c - Update to 0.4.1
PR:		ports/117477
Submitted by:	"R.Mahmatkhanov" <R.Mahmatkhanov AT SKYLINK.ru> (maintainer)
2007-12-13 04:18:02 +00:00

27 lines
620 B
Makefile

# New ports collection makefile for: py-usb
# Date created: 2007-05-13
# Whom: R.Mahmatkhanov <R.Mahmatkhanov@SKYLINK.ru>
#
# $FreeBSD$
#
PORTNAME= pyusb
PORTVERSION= 0.4.1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
${MASTER_SITE_BERLIOS}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= R.Mahmatkhanov@SKYLINK.ru
COMMENT= Python wrapper around libusb
BUILD_DEPENDS= ${LOCALBASE}/lib/libusb.so:${PORTSDIR}/devel/libusb
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/usb.so
.include <bsd.port.mk>