aboutsummaryrefslogtreecommitdiff
path: root/security/php-Auth_OpenID2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/php-Auth_OpenID2/Makefile')
-rw-r--r--security/php-Auth_OpenID2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/php-Auth_OpenID2/Makefile b/security/php-Auth_OpenID2/Makefile
index 7c023ce3eaad..fb1cdf973096 100644
--- a/security/php-Auth_OpenID2/Makefile
+++ b/security/php-Auth_OpenID2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Auth_OpenID2
-PORTVERSION= 2.1.0
+PORTVERSION= 2.1.2
CATEGORIES= security www pear
MASTER_SITES= http://openidenabled.com/files/php-openid/packages/
PKGNAMEPREFIX= php-
@@ -55,7 +55,9 @@ do-install:
${CP} ${WRKSRC}/Auth/OpenID/* ${PREFIX}/share/pear/Auth/OpenID
${MKDIR} ${PREFIX}/share/pear/Auth/Yadis
${CP} -R ${WRKSRC}/Auth/Yadis/* ${PREFIX}/share/pear/Auth/Yadis
+.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}
${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
+.endif
.include <bsd.port.post.mk>