aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-11-15 17:49:55 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-11-15 17:49:55 +0800
commit91b0695dffd2f60713b5eacd8adba5d79bdfaaad (patch)
tree9cbd7ab3b3045a3f38546a8b03474407823949ec /security
parent85822036c184f18699b3ec77656b108b514cdb32 (diff)
downloadfreebsd-ports-gnome-91b0695dffd2f60713b5eacd8adba5d79bdfaaad.tar.gz
freebsd-ports-gnome-91b0695dffd2f60713b5eacd8adba5d79bdfaaad.tar.zst
freebsd-ports-gnome-91b0695dffd2f60713b5eacd8adba5d79bdfaaad.zip
- Add LICENSE
- Fix *_DEPENDS - Bump PORTREVISION for dependency change - Use CPAN as primary WWW - Pass maintainership to perl
Diffstat (limited to 'security')
-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