aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-15 09:49:55 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-15 09:49:55 +0000
commit29ad786a085ae82297d4a5b1b383d4d834ee215c (patch)
tree9cbd7ab3b3045a3f38546a8b03474407823949ec
parent745fa008daed7ca7b88edb91297b623f38e42ac6 (diff)
downloadports-29ad786a085ae82297d4a5b1b383d4d834ee215c.tar.gz
ports-29ad786a085ae82297d4a5b1b383d4d834ee215c.zip
- Add LICENSE
- Fix *_DEPENDS - Bump PORTREVISION for dependency change - Use CPAN as primary WWW - Pass maintainership to perl
Notes
Notes: svn path=/head/; revision=333829
-rw-r--r--security/p5-Net-OpenID-Server/Makefile11
-rw-r--r--security/p5-Net-OpenID-Server/pkg-descr1
2 files changed, 8 insertions, 4 deletions
diff --git a/security/p5-Net-OpenID-Server/Makefile b/security/p5-Net-OpenID-Server/Makefile
index f6d3db3c25b8..771e3a205aef 100644
--- a/security/p5-Net-OpenID-Server/Makefile
+++ b/security/p5-Net-OpenID-Server/Makefile
@@ -3,20 +3,23 @@
PORTNAME= Net-OpenID-Server
PORTVERSION= 1.09
+PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Reference implementation of OpenID server
-BUILD_DEPENDS= p5-Crypt-DH>=0:${PORTSDIR}/security/p5-Crypt-DH \
- p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Net-OpenID-Common>=1.11:${PORTSDIR}/security/p5-Net-OpenID-Common \
p5-URI>=0:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
+INSTALL_TARGET= pure_install
USES= perl5
USE_PERL5= configure
-INSTALL_TARGET= pure_install
.include <bsd.port.mk>
diff --git a/security/p5-Net-OpenID-Server/pkg-descr b/security/p5-Net-OpenID-Server/pkg-descr
index 8deebd6a0e64..c1b15b22663b 100644
--- a/security/p5-Net-OpenID-Server/pkg-descr
+++ b/security/p5-Net-OpenID-Server/pkg-descr
@@ -11,4 +11,5 @@ OpenID server, and they all work with each other without having to
register with or pay anybody to "get started". An owner of a URL can
pick which OpenID server to use.
+WWW: http://search.cpan.org/dist/Net-OpenID-Server/
WWW: http://www.openid.net