diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-01-08 13:49:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-01-08 13:49:06 +0000 |
commit | 5e099335661e3ed476e73f62db30cac14a7594af (patch) | |
tree | c38a321eb361e24a9984c2a9b32f1e2c5944af2b /www/p5-Catalyst-Authentication-Credential-OpenID | |
parent | f0a11c94c8576df624f4c1d703b917660cb58adc (diff) | |
download | ports-5e099335661e3ed476e73f62db30cac14a7594af.tar.gz ports-5e099335661e3ed476e73f62db30cac14a7594af.zip |
Notes
Diffstat (limited to 'www/p5-Catalyst-Authentication-Credential-OpenID')
-rw-r--r-- | www/p5-Catalyst-Authentication-Credential-OpenID/Makefile | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/www/p5-Catalyst-Authentication-Credential-OpenID/Makefile b/www/p5-Catalyst-Authentication-Credential-OpenID/Makefile index 2d0a2b693c5e..08b8dfcbb6fb 100644 --- a/www/p5-Catalyst-Authentication-Credential-OpenID/Makefile +++ b/www/p5-Catalyst-Authentication-Credential-OpenID/Makefile @@ -6,6 +6,7 @@ PORTNAME= Catalyst-Authentication-Credential-OpenID PORTVERSION= 0.16 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,11 +23,18 @@ BUILD_DEPENDS= p5-Cache-FastMmap>=1.28:${PORTSDIR}/devel/p5-Cache-FastMmap \ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-HTML-Parser>=3:${PORTSDIR}/www/p5-HTML-Parser \ p5-Net-OpenID-Consumer>=1.03:${PORTSDIR}/net/p5-Net-OpenID-Consumer \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-parent>=0.2:${PORTSDIR}/devel/p5-parent -RUN_DEPENDS= ${BUILD_DEPENDS} + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= YES -MAN3= Catalyst::Authentication::Credential::OpenID.3 +PERL_CONFIGURE= yes -.include <bsd.port.mk> +MAN3= Catalyst::Authentication::Credential::OpenID.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent +RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent +.endif + +.include <bsd.port.post.mk> |