diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2010-06-23 01:00:29 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2010-06-23 01:00:29 +0000 |
commit | 15d5f3f23495cb565942ceaf9202862393b1ed4b (patch) | |
tree | b2c75be6faaf80940e18e3b793c752d72c21a4dc /devel/p5-AnyEvent-DBus | |
parent | a6529fe186c3e9f6e08bef886d75551feba5d1e0 (diff) |
Notes
Diffstat (limited to 'devel/p5-AnyEvent-DBus')
-rw-r--r-- | devel/p5-AnyEvent-DBus/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-AnyEvent-DBus/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-AnyEvent-DBus/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-AnyEvent-DBus/pkg-plist | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/devel/p5-AnyEvent-DBus/Makefile b/devel/p5-AnyEvent-DBus/Makefile new file mode 100644 index 000000000000..42f5fe0773d8 --- /dev/null +++ b/devel/p5-AnyEvent-DBus/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: AnyEvent::DBus +# Date created: 2010-06-21 +# Whom: Sahil Tandon <sahil@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= AnyEvent-DBus +PORTVERSION= 0.3 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sahil@FreeBSD.org +COMMENT= Seamlessly integrate Net::DBus into AnyEvent + +RUN_DEPENDS= p5-AnyEvent>=5:${PORTSDIR}/devel/p5-AnyEvent \ + p5-Net-DBus>=0.33:${PORTSDIR}/devel/p5-Net-DBus \ + p5-common-sense>=3.2:${PORTSDIR}/devel/p5-common-sense + +MAN3= AnyEvent::DBus.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/devel/p5-AnyEvent-DBus/distinfo b/devel/p5-AnyEvent-DBus/distinfo new file mode 100644 index 000000000000..6ead1886c199 --- /dev/null +++ b/devel/p5-AnyEvent-DBus/distinfo @@ -0,0 +1,3 @@ +MD5 (AnyEvent-DBus-0.3.tar.gz) = 3a1bb6b009b1e2fe18bed68ab0b0ad0b +SHA256 (AnyEvent-DBus-0.3.tar.gz) = b2f5ea61f083d9fa7545151b522af8ea33d0a95aba67ab0bc502330614479963 +SIZE (AnyEvent-DBus-0.3.tar.gz) = 3396 diff --git a/devel/p5-AnyEvent-DBus/pkg-descr b/devel/p5-AnyEvent-DBus/pkg-descr new file mode 100644 index 000000000000..cd900bd38adb --- /dev/null +++ b/devel/p5-AnyEvent-DBus/pkg-descr @@ -0,0 +1,6 @@ +Loading this module will install the necessary magic to seamlessly +integrate Net::DBus into AnyEvent. It does this by quite brutally +hacking Net::DBus::Reactor so that all dbus connections created after +loading this module will automatically be managed by this module. + +WWW: http://search.cpan.org/dist/AnyEvent-DBus/ diff --git a/devel/p5-AnyEvent-DBus/pkg-plist b/devel/p5-AnyEvent-DBus/pkg-plist new file mode 100644 index 000000000000..ec17a5f32586 --- /dev/null +++ b/devel/p5-AnyEvent-DBus/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/AnyEvent/DBus.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/DBus/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/DBus +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent +@dirrmtry %%SITE_PERL%%/AnyEvent |