25 lines
579 B
Makefile
25 lines
579 B
Makefile
# Created by: Alex Kapranoff <kappa@rambler-co.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-OpenID-Server
|
|
PORTVERSION= 1.09
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@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 \
|
|
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
INSTALL_TARGET= pure_install
|
|
|
|
MAN3= Net::OpenID::Server.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|