aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Net-OpenID-Server/Makefile
blob: 2ec0da9b7757b789dd15f128f1ecbc2260c66962 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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.02
CATEGORIES= security perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= kappa@rambler-co.ru
COMMENT=    Reference implementation of OpenID server

BUILD_DEPENDS=  ${SITE_PERL}/Crypt/DH.pm:${PORTSDIR}/security/p5-Crypt-DH \
        ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
        ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
        ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_CONFIGURE= yes
INSTALL_TARGET= pure_install

MAN3=       Net::OpenID::Server.3

.include <bsd.port.mk>