2006-12-20 06:47:34 +01:00
|
|
|
# New ports collection makefile for: phpMyID
|
|
|
|
# Date created: 2006-12-19
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= phpMyID
|
2008-02-13 00:08:35 +01:00
|
|
|
PORTVERSION= 0.8
|
2006-12-20 06:47:34 +01:00
|
|
|
CATEGORIES= security www
|
|
|
|
MASTER_SITES= http://siege.org/projects/phpMyID/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2008-02-13 00:08:35 +01:00
|
|
|
MAINTAINER= dan@langille.org
|
2006-12-20 06:47:34 +01:00
|
|
|
COMMENT= A single user Identity Provider for the OpenID framework
|
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
USE_PHP= session
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${MKDIR} ${PREFIX}/www/${PORTNAME}
|
|
|
|
${CP} -R ${WRKSRC}/ ${PREFIX}/www/${PORTNAME}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|