freebsd-ports/devel/py-deliciousapi/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

24 lines
602 B
Makefile

# Created by: Sofian Brabez <sbrabez@gmail.com>
# $FreeBSD$
PORTNAME= deliciousapi
PORTVERSION= 1.6.7
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= DeliciousAPI-${PORTVERSION}
MAINTAINER= sbz@FreeBSD.org
COMMENT= Unofficial Python API for retrieving data from Delicious.com
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/BeautifulSoup.py:www/py-beautifulsoup32 \
${PYTHON_PKGNAMEPREFIX}simplejson>=1.7:devel/py-simplejson
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>