mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
1a4871d823
- Update MASTER_SITES to GH - Update WWW as the project has moved to GH Changelog: https://github.com/jribbens/jonpy/releases/tag/rel-0-14
26 lines
573 B
Makefile
26 lines
573 B
Makefile
PORTNAME= jonpy
|
|
DISTVERSION= 0.14
|
|
CATEGORIES= www python
|
|
MASTER_SITES= https://github.com/jribbens/${PORTNAME}/releases/download/rel-0-14/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Python FastCGI interface library
|
|
WWW= https://github.com/jribbens/jonpy
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
PORTEXAMPLES= * .htaccess
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
do-install-EXAMPLES-on:
|
|
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
cd ${WRKSRC}/example && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|