diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-08-15 20:10:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-08-15 20:10:06 +0800 |
commit | 8be9d58e1267250ab436cbbfa6856b98fa75ee74 (patch) | |
tree | 54f41dc6fed72fb51288dd69956e17207edb7105 /net-im/p5-Net-XMPP | |
parent | 39e8f15ecb55b8f383ca3e366927419517a6caf6 (diff) | |
download | freebsd-ports-gnome-8be9d58e1267250ab436cbbfa6856b98fa75ee74.tar.gz freebsd-ports-gnome-8be9d58e1267250ab436cbbfa6856b98fa75ee74.tar.zst freebsd-ports-gnome-8be9d58e1267250ab436cbbfa6856b98fa75ee74.zip |
- Add LICENSE
- Remove MASTER_SITE_SUBDIR
- Add NO_ARCH
Diffstat (limited to 'net-im/p5-Net-XMPP')
-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 |