diff options
author | az <az@FreeBSD.org> | 2013-06-18 21:49:02 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-06-18 21:49:02 +0800 |
commit | 172967ef1621383bbbafd54a70d990b5eb06ff48 (patch) | |
tree | cb7a0ada1fdd2f94e8d58a566a456bccdef69c6a /net-im/p5-Protocol-XMPP | |
parent | 0f6a0d608db3e512bf6e17f016053ec856ecafe2 (diff) | |
download | freebsd-ports-gnome-172967ef1621383bbbafd54a70d990b5eb06ff48.tar.gz freebsd-ports-gnome-172967ef1621383bbbafd54a70d990b5eb06ff48.tar.zst freebsd-ports-gnome-172967ef1621383bbbafd54a70d990b5eb06ff48.zip |
- Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'net-im/p5-Protocol-XMPP')
-rw-r--r-- | net-im/p5-Protocol-XMPP/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/net-im/p5-Protocol-XMPP/Makefile b/net-im/p5-Protocol-XMPP/Makefile index f7ba505c5d9e..301c5c9038fe 100644 --- a/net-im/p5-Protocol-XMPP/Makefile +++ b/net-im/p5-Protocol-XMPP/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TEAM PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Protocol-level support for XMPP interaction RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \ @@ -54,11 +54,4 @@ MAN3= Protocol::XMPP.3 \ Protocol::XMPP::TextElement.3 \ Protocol::XMPP::User.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -RUN_DEPENDS+= p5-Module-Load>=0:${PORTSDIR}/devel/p5-Module-Load \ - p5-parent>=0:${PORTSDIR}/devel/p5-parent -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |