27 lines
502 B
Makefile
27 lines
502 B
Makefile
# $OpenBSD: Makefile,v 1.7 2013/03/11 11:35:55 espie Exp $
|
|
|
|
COMMENT= twitter python module
|
|
|
|
MODPY_EGG_VERSION= 1.7.2
|
|
DISTNAME= twitter-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-twitter-${MODPY_EGG_VERSION}
|
|
|
|
CATEGORIES= net www
|
|
|
|
HOMEPAGE= http://mike.verdone.ca/twitter/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=t/twitter/}
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_SETUPTOOLS= Yes
|
|
|
|
RUN_DEPENDS= devel/py-simplejson \
|
|
net/py-irclib
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|