1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/www/feedjack/Makefile
Marcus von Appen 47999831e5 - Enable stagedir support
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
2014-06-15 17:19:30 +00:00

22 lines
505 B
Makefile

# $FreeBSD$
PORTNAME= feedjack
PORTVERSION= 0.9.16
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.feedjack.org/download/
DISTNAME= Feedjack-${PORTVERSION}
MAINTAINER= flz@FreeBSD.org
COMMENT= Feed aggregator written in Python using the Django framework
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser \
django-admin.py:${PORTSDIR}/www/py-django
DIST_SUBDIR= python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>