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

Annotation of ports/www/py-django-registration/Makefile, Revision 1.1

1.1     ! kirby       1: # $OpenBSD: Makefile.template,v 1.68 2013/10/02 07:34:45 ajacoutot Exp $
        !             2:
        !             3: COMMENT =              extensible user-registration application for Django
        !             4:
        !             5: # There is a newer version, but seahub uses 0.8-alpha-1
        !             6: MODPY_EGG_VERSION =    0.8-alpha-1
        !             7: DISTNAME =             django-registration-${MODPY_EGG_VERSION}
        !             8: PKGNAME =              py-${DISTNAME}
        !             9:
        !            10: CATEGORIES =           www
        !            11:
        !            12: #HOMEPAGE =            ???     URL
        !            13:
        !            14: #MAINTAINER =          ???
        !            15:
        !            16: # BSD
        !            17: PERMIT_PACKAGE_CDROM = Yes
        !            18:
        !            19: #MASTER_SITES =                ${MASTER_SITE_PYPI:=d/django-registration/}
        !            20: MASTER_SITES =                 https://bitbucket.org/ubernostrum/django-registration/downloads/
        !            21:
        !            22: MODULES =              lang/python
        !            23: RUN_DEPENDS =          www/py-django
        !            24:
        !            25: .include <bsd.port.mk>

CVSweb