1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/security/p5-Net-OpenID-Server/Makefile
Steve Wills fe17e87029 - Update to 1.09
PR:		ports/170970
Approved by:	maintainer timeout (kappa@rambler-co.ru, >2 weeks)
2012-09-08 14:48:14 +00:00

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>