1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/security/phpmyid/Makefile
Cheng-Lung Sung f5a2310424 - Update to 0.5
- Reset maintainership to ports@FreeBSD.org

PR:		ports/108641
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2007-02-12 03:02:58 +00:00

25 lines
508 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.5
CATEGORIES= security www
MASTER_SITES= http://siege.org/projects/phpMyID/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.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>