diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-08-09 05:33:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-08-09 05:33:25 +0000 |
commit | e01ace80f39636ce365fb0bfeaf28d3ca8235382 (patch) | |
tree | 4ae7c7f06b6e0e7ebd0316d82a6f71dd8ac8cd3d /devel/p5-POE-Loop-Glib | |
parent | e2a1d9a9c0960e9c33997570524e8d03e3653cf5 (diff) | |
download | ports-e01ace80f39636ce365fb0bfeaf28d3ca8235382.tar.gz ports-e01ace80f39636ce365fb0bfeaf28d3ca8235382.zip |
Notes
Diffstat (limited to 'devel/p5-POE-Loop-Glib')
-rw-r--r-- | devel/p5-POE-Loop-Glib/Makefile | 33 | ||||
-rw-r--r-- | devel/p5-POE-Loop-Glib/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-POE-Loop-Glib/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-POE-Loop-Glib/pkg-plist | 10 |
4 files changed, 49 insertions, 0 deletions
diff --git a/devel/p5-POE-Loop-Glib/Makefile b/devel/p5-POE-Loop-Glib/Makefile new file mode 100644 index 000000000000..824d1d39c308 --- /dev/null +++ b/devel/p5-POE-Loop-Glib/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: POE-Loop-Glib +# Date created: Jul 30 2010 +# Whom: Jase Thew <freebsd@beardz.net> +# +# $FreeBSD$ +# + +PORTNAME= POE-Loop-Glib +PORTVERSION= 0.038 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= freebsd@beardz.net +COMMENT= A bridge that supports Glib event loop from POE + +BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ + ${SITE_PERL}/${PERL_ARCH}/Glib.pm:${PORTSDIR}/devel/p5-Glib2 +RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ + ${SITE_PERL}/${PERL_ARCH}/Glib.pm:${PORTSDIR}/devel/p5-Glib2 + +PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" +PERL_CONFIGURE= yes + +MAN3= POE::Loop::Glib.3 + +post-install: +.ifndef(NOPORTEXAMPLES) + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR} +.endif + +.include <bsd.port.mk> diff --git a/devel/p5-POE-Loop-Glib/distinfo b/devel/p5-POE-Loop-Glib/distinfo new file mode 100644 index 000000000000..1e6eabe26b48 --- /dev/null +++ b/devel/p5-POE-Loop-Glib/distinfo @@ -0,0 +1,3 @@ +MD5 (POE-Loop-Glib-0.038.tar.gz) = c8012fa4ec841a915fbca8b1b67b6fe2 +SHA256 (POE-Loop-Glib-0.038.tar.gz) = e989274e0f071d10d2498cb62be4969083cae0aaeb2eaa0f3a57d474a176ff3f +SIZE (POE-Loop-Glib-0.038.tar.gz) = 16943 diff --git a/devel/p5-POE-Loop-Glib/pkg-descr b/devel/p5-POE-Loop-Glib/pkg-descr new file mode 100644 index 000000000000..a9d6e725f538 --- /dev/null +++ b/devel/p5-POE-Loop-Glib/pkg-descr @@ -0,0 +1,3 @@ +A bridge that supports Glib's event loop from POE. + +WWW: http://search.cpan.org/dist/POE-Loop-Glib/ diff --git a/devel/p5-POE-Loop-Glib/pkg-plist b/devel/p5-POE-Loop-Glib/pkg-plist new file mode 100644 index 000000000000..59cdad145b92 --- /dev/null +++ b/devel/p5-POE-Loop-Glib/pkg-plist @@ -0,0 +1,10 @@ +%%SITE_PERL%%/POE/Loop/Glib.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Loop/Glib/.packlist +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk2_counter.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimal.pl +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Loop/Glib +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Loop +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE +@dirrmtry %%SITE_PERL%%/POE/Loop +@dirrmtry %%SITE_PERL%%/POE |