mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
885b99197b
framework. PR: ports/106874 Submitted by: Gea-Suan Lin <gslin at gslin.org>
25 lines
506 B
Makefile
25 lines
506 B
Makefile
# New ports collection makefile for: phpMyID
|
|
# Date created: 2006-12-19
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= phpMyID
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= security www
|
|
MASTER_SITES= http://siege.org/projects/phpMyID/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
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>
|