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

Annotation of ports/www/py-django-simple-captcha/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 =              simple, yet powerful, Django captcha application
        !             4:
        !             5: # There is newer version (0.4.2), but seahub includes 0.4.0
        !             6: MODPY_EGG_VERSION =    0.4.0
        !             7: DISTNAME =             django-simple-captcha-${MODPY_EGG_VERSION}
        !             8: PKGNAME =              py-${DISTNAME}
        !             9:
        !            10: CATEGORIES =           www
        !            11:
        !            12: #HOMEPAGE =            ???     URL
        !            13:
        !            14: #MAINTAINER =          ???
        !            15:
        !            16: # MIT
        !            17: PERMIT_PACKAGE_CDROM = Yes
        !            18:
        !            19: MASTER_SITES =         ${MASTER_SITE_PYPI:=d/django-simple-captcha/}
        !            20:
        !            21: MODULES =              lang/python
        !            22: RUN_DEPENDS =          graphics/py-Pillow \
        !            23:                        www/py-django
        !            24:
        !            25: MODPY_SETUPTOOLS =     Yes
        !            26:
        !            27: .include <bsd.port.mk>

CVSweb