aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Net-OpenID-Common/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-11-06 07:39:31 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-11-06 07:39:31 +0000
commit1ced34fc222b99a0607b3a86eb116ea4c40fc85c (patch)
tree4e7cafaec5470be1076a8254b1d3f4d6c2508620 /security/p5-Net-OpenID-Common/Makefile
parentc2d03d48afa46d82df5e16103ea240da9ebb6e6a (diff)
downloadports-1ced34fc222b99a0607b3a86eb116ea4c40fc85c.tar.gz
ports-1ced34fc222b99a0607b3a86eb116ea4c40fc85c.zip
Support STAGEDIR.
Notes
Notes: svn path=/head/; revision=332949
Diffstat (limited to 'security/p5-Net-OpenID-Common/Makefile')
-rw-r--r--security/p5-Net-OpenID-Common/Makefile17
1 files changed, 1 insertions, 16 deletions
diff --git a/security/p5-Net-OpenID-Common/Makefile b/security/p5-Net-OpenID-Common/Makefile
index c7e0f5ceacc4..2c4155575022 100644
--- a/security/p5-Net-OpenID-Common/Makefile
+++ b/security/p5-Net-OpenID-Common/Makefile
@@ -16,29 +16,14 @@ BUILD_DEPENDS= p5-Crypt-DH-GMP>=0:${PORTSDIR}/net/p5-Crypt-DH-GMP \
p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple
-RUN_DEPENDS= p5-Crypt-DH-GMP>=0:${PORTSDIR}/net/p5-Crypt-DH-GMP \
- p5-Email-MIME-ContentType>=0:${PORTSDIR}/mail/p5-Email-MIME-ContentType \
- p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
- p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
- p5-URI>=0:${PORTSDIR}/net/p5-URI \
- p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Net::OpenID::Common.3 \
- Net::OpenID::Extension.3 \
- Net::OpenID::Extension::SimpleRegistration.3 \
- Net::OpenID::ExtensionMessage.3 \
- Net::OpenID::IndirectMessage.3 \
- Net::OpenID::URIFetch.3 \
- Net::OpenID::Yadis.3 \
- Net::OpenID::Yadis::Service.3
-
.if defined(MAINTAINER_MODE)
regression-test: build
cd ${WRKSRC} && ${MAKE} test
.endif
-NO_STAGE= yes
.include <bsd.port.mk>