mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Add LICENSE
- Fix *_DEPENDS - Bump PORTREVISION for dependency change - Use CPAN as primary WWW - Pass maintainership to perl
This commit is contained in:
parent
745fa008da
commit
29ad786a08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333829
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user