[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / www / py-django-restframework

Annotation of ports/www/py-django-restframework/Makefile, Revision 1.1.1.1

1.1       kirby       1: # $OpenBSD: Makefile.template,v 1.68 2013/10/02 07:34:45 ajacoutot Exp $
                      2:
                      3: COMMENT =              toolkit that makes it easy to build Web APIs
                      4:
                      5: # There is a much newer versions, but seahub includes 2.1.6
                      6: MODPY_EGG_VERSION =    2.1.6
                      7: DISTNAME =             djangorestframework-${MODPY_EGG_VERSION}
                      8: PKGNAME =              py-${DISTNAME}
                      9:
                     10: CATEGORIES =           www
                     11:
                     12: HOMEPAGE =             http://www.django-rest-framework.org/
                     13:
                     14: #MAINTAINER =          ???
                     15:
                     16: # BSD
                     17: PERMIT_PACKAGE_CDROM = Yes
                     18:
                     19: MASTER_SITES =         ${MASTER_SITE_PYPI:=d/djangorestframework/}
                     20:
                     21: MODULES =              lang/python
                     22: RUN_DEPENDS =          www/py-django
                     23:
                     24: MODPY_SETUPTOOLS =     Yes
                     25:
                     26: .include <bsd.port.mk>

CVSweb