diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-15 12:10:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-15 12:10:06 +0000 |
commit | 087e78c857618d04336be821e0fa4f1dc2be8924 (patch) | |
tree | 54f41dc6fed72fb51288dd69956e17207edb7105 /net-im | |
parent | 86b33db7637eefcc8da77ce6daf427c3d38f3fbf (diff) | |
download | ports-087e78c857618d04336be821e0fa4f1dc2be8924.tar.gz ports-087e78c857618d04336be821e0fa4f1dc2be8924.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/p5-Net-XMPP/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-im/p5-Net-XMPP/Makefile b/net-im/p5-Net-XMPP/Makefile index 6e3364ecb3be..57d2b51c7f2e 100644 --- a/net-im/p5-Net-XMPP/Makefile +++ b/net-im/p5-Net-XMPP/Makefile @@ -5,12 +5,14 @@ PORTNAME= Net-XMPP DISTVERSION= 1.05 CATEGORIES= net-im perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:DAPATRICK +#MASTER_SITE_SUBDIR= CPAN:DAPATRICK PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Net::XMPP provides Perl Developer access to the XMPP protocol +LICENSE= LGPL21 + BUILD_DEPENDS= p5-Authen-SASL>=2.12:${PORTSDIR}/security/p5-Authen-SASL \ p5-Digest-SHA>=5.95:${PORTSDIR}/security/p5-Digest-SHA \ p5-XML-Stream>=1.24:${PORTSDIR}/textproc/p5-XML-Stream @@ -18,6 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-LWP-Online>=1.07:${PORTSDIR}/www/p5-LWP-Online \ p5-YAML-Tiny>=1.41:${PORTSDIR}/textproc/p5-YAML-Tiny +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild |