aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Net-OpenID-Server/Makefile
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2008-03-03 21:36:10 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2008-03-03 21:36:10 +0000
commitcb9da6e459c83d51397d6c666fcc6e97a44d6301 (patch)
treed51729c9c84c54da4c79761dff042ba598a2c542 /security/p5-Net-OpenID-Server/Makefile
parentd35eee763c5bf1527e9a6afba299a4fed4f6eae8 (diff)
- Update to 0.13
- Fix dependencies - Style PR: ports/120593 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=208397
Diffstat (limited to 'security/p5-Net-OpenID-Server/Makefile')
-rw-r--r--security/p5-Net-OpenID-Server/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/security/p5-Net-OpenID-Server/Makefile b/security/p5-Net-OpenID-Server/Makefile
index 7f1f80ed1015..b2ed5c8f5ec5 100644
--- a/security/p5-Net-OpenID-Server/Makefile
+++ b/security/p5-Net-OpenID-Server/Makefile
@@ -6,16 +6,18 @@
#
PORTNAME= Net-OpenID-Server
-PORTVERSION= 0.10
+PORTVERSION= 0.13
CATEGORIES= security perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Net
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kappa@freebsd.org.ua
COMMENT= Reference implementation of OpenID server
-BUILD_DEPENDS= ${SITE_PERL}/Crypt/DH.pm:${PORTSDIR}/security/p5-Crypt-DH
+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