aboutsummaryrefslogtreecommitdiffstats
path: root/security/phpmyid/Makefile
blob: 40eeb9972caed2cd85ae97dcba2f40d35904d2f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    phpMyID
# Date created:     2006-12-19
# Whom:         Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=   phpMyID
PORTVERSION=    0.8
CATEGORIES= security www
MASTER_SITES=   http://siege.org/projects/phpMyID/
EXTRACT_SUFX=   .tgz

MAINTAINER= dan@langille.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>