diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-06-03 02:56:43 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-06-03 02:56:43 +0000 |
commit | b52f24dadc1e2b5d66d248de1bba919f90a5a2d4 (patch) | |
tree | 9ac52fb9740dcbaea72f2bca87575c835ce84d2b /devel | |
parent | 31a02aa7ddc90e0a35ab6bca01b0003ab72856ff (diff) | |
download | ports-b52f24dadc1e2b5d66d248de1bba919f90a5a2d4.tar.gz ports-b52f24dadc1e2b5d66d248de1bba919f90a5a2d4.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-POE-Component-Child/Makefile | 27 | ||||
-rw-r--r-- | devel/p5-POE-Component-Child/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-POE-Component-Child/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-POE-Component-Child/pkg-plist | 7 |
5 files changed, 41 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 86676cb3c950..21e37e498c8f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -840,6 +840,7 @@ SUBDIR += p5-PCSC-Card SUBDIR += p5-POE SUBDIR += p5-POE-API-Peek + SUBDIR += p5-POE-Component-Child SUBDIR += p5-POE-Component-Client-HTTP SUBDIR += p5-POE-Component-Client-POP3 SUBDIR += p5-POE-Component-Client-Ping diff --git a/devel/p5-POE-Component-Child/Makefile b/devel/p5-POE-Component-Child/Makefile new file mode 100644 index 000000000000..27064d5f57de --- /dev/null +++ b/devel/p5-POE-Component-Child/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: POE-Component-Child +# Date created: 31 January 2004 +# Whom: Zach Thompson <lin-chi@lastamericanempire.com> +# +# $FreeBSD$ +# + +PORTNAME= POE-Component-Child +PORTVERSION= 1.31 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= POE +PKGNAMEPREFIX= p5- + +MAINTAINER= lin-chi@lastamericanempire.com +COMMENT= POE child management + +BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= POE::Component::Child.3 + +post-install: + +.include <bsd.port.mk> diff --git a/devel/p5-POE-Component-Child/distinfo b/devel/p5-POE-Component-Child/distinfo new file mode 100644 index 000000000000..af566e8d7f79 --- /dev/null +++ b/devel/p5-POE-Component-Child/distinfo @@ -0,0 +1 @@ +MD5 (POE-Component-Child-1.31.tar.gz) = e3989793a524fed21f48ca3ef443b538 diff --git a/devel/p5-POE-Component-Child/pkg-descr b/devel/p5-POE-Component-Child/pkg-descr new file mode 100644 index 000000000000..3b3a663c4a07 --- /dev/null +++ b/devel/p5-POE-Component-Child/pkg-descr @@ -0,0 +1,5 @@ +POE-Component-Child + +This component allows for the creation and management of children +processes within the POE environment. + diff --git a/devel/p5-POE-Component-Child/pkg-plist b/devel/p5-POE-Component-Child/pkg-plist new file mode 100644 index 000000000000..a1b221ff6abd --- /dev/null +++ b/devel/p5-POE-Component-Child/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/POE/Component/Child.pm +%%SITE_PERL%%/mach/auto/POE/Component/Child/.packlist +@dirrm %%SITE_PERL%%/mach/auto/POE/Component/Child +@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/mach/auto/POE/Component 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/mach/auto/POE 2>/dev/null || true |