freebsd-ports/security/py-oauthlib/Makefile
Ruslan Makhmatkhanov fc9240610a - remove unneded LICENSE_FILE knob
- add dependency on py-rsa to RUN_DEPENDS too
- mark this port python3 ready
- remove trailing slash from pkg-plist entry
- bump PORTREVISION because of dependency change

PR:		169068 (follow-up patch)
Submitted by:	rm (myself)
Approved by:	koobs k <koobs.freebsd at gmail dot com> (maintainer)
2012-06-15 11:22:44 +00:00

32 lines
764 B
Makefile

# New ports collection makefile for: py-oauthlib
# Date created: 2012-05-23
# Whom: koobs <koobs.freebsd@gmail.com>
#
# $FreeBSD$
#
PORTNAME= oauthlib
PORTVERSION= 0.1.3
PORTREVISION= 1
CATEGORIES= security net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs.freebsd@gmail.com
COMMENT= An RFC-compliant Python implementation of OAuth
LICENSE= BSD
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rsa>0:${PORTSDIR}/security/py-rsa
RUN_DEPENDS:= ${BUILD_DEPENDS}
# Python3 ready
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
PYDISTUTILS_INSTALLARGS= -Z -q -O 1 -N -S ${PYTHON_SITELIBDIR} \
-d ${PYEASYINSTALL_SITELIBDIR} \
-s ${PYEASYINSTALL_BINDIR} \
${WRKSRC}/dist/${PYEASYINSTALL_EGG}
.include <bsd.port.mk>