mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
fe17e87029
PR: ports/170970 Approved by: maintainer timeout (kappa@rambler-co.ru, >2 weeks)
28 lines
645 B
Makefile
28 lines
645 B
Makefile
# New ports collection makefile for: p5-Net-OpenID-Server
|
|
# Date created: July 25th 2005
|
|
# Whom: 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}
|
|
|
|
PERL_CONFIGURE= yes
|
|
INSTALL_TARGET= pure_install
|
|
|
|
MAN3= Net::OpenID::Server.3
|
|
|
|
.include <bsd.port.mk>
|