Projet

Général

Profil

Télécharger (556 octets) Statistiques
| Branche: | Révision:

univnautes-tools / pfPorts / py-authentic2 / Makefile @ b67a4b3c

1
# Created by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
2
# $FreeBSD: head/devel/py-iniparse/Makefile 340722 2014-01-22 17:00:46Z mat $
3

    
4
PORTNAME=	authentic2
5
PORTVERSION=	2.1.2
6
PORTREVISION=	2
7
CATEGORIES=	www python
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
10

    
11
MAINTAINER=	tnoel@entrouvert.com
12
COMMENT=	A versatile identity management server
13

    
14
BUILD_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}django>=1.5:${PORTSDIR}/www/py-django15
15
RUN_DEPENDS:=   ${BUILD_DEPENDS}
16

    
17
USE_PYTHON=	yes
18
USE_PYDISTUTILS=	yes
19
PYDISTUTILS_AUTOPLIST=	yes
20

    
21
.include <bsd.port.mk>
(1-1/3)