diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-05-15 22:49:34 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-05-15 22:49:34 +0000 |
commit | a5fe4d60a99fd9a85374ba95d42413d97f61cb3f (patch) | |
tree | 3482f547ea42c3dbd89d715e07714cd1deb6de10 /devel/p5-POE-Component-TSTP | |
parent | 4cfbdd2a5a7ebbbe50e7dae44a7c4923cd8cb250 (diff) |
Notes
Diffstat (limited to 'devel/p5-POE-Component-TSTP')
-rw-r--r-- | devel/p5-POE-Component-TSTP/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-POE-Component-TSTP/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-POE-Component-TSTP/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-POE-Component-TSTP/pkg-plist | 3 |
4 files changed, 36 insertions, 0 deletions
diff --git a/devel/p5-POE-Component-TSTP/Makefile b/devel/p5-POE-Component-TSTP/Makefile new file mode 100644 index 000000000000..45a5465ffba3 --- /dev/null +++ b/devel/p5-POE-Component-TSTP/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: POE-Component-TSTP +# Date created: 16 May 2004 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +PORTNAME= POE-Component-TSTP +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= POE +PKGNAMEPREFIX= p5- + +MAINTAINER= knu@FreeBSD.org +COMMENT= POE component to correctly handle Ctrl-Z in your program + +BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= POE::Component::TSTP.3 + +.include <bsd.port.mk> diff --git a/devel/p5-POE-Component-TSTP/distinfo b/devel/p5-POE-Component-TSTP/distinfo new file mode 100644 index 000000000000..06c2c77903c3 --- /dev/null +++ b/devel/p5-POE-Component-TSTP/distinfo @@ -0,0 +1,2 @@ +MD5 (POE-Component-TSTP-0.02.tar.gz) = 0ac0dafa63a99b3e305e073e30bb9f22 +SIZE (POE-Component-TSTP-0.02.tar.gz) = 1685 diff --git a/devel/p5-POE-Component-TSTP/pkg-descr b/devel/p5-POE-Component-TSTP/pkg-descr new file mode 100644 index 000000000000..a612b8e0d7d4 --- /dev/null +++ b/devel/p5-POE-Component-TSTP/pkg-descr @@ -0,0 +1,6 @@ +POE::Component::TSTP +-------------------- + +A POE component to correctly handle Ctrl-Z in your program. + +WWW: http://search.cpan.org/dist/POE-Component-TSTP/ diff --git a/devel/p5-POE-Component-TSTP/pkg-plist b/devel/p5-POE-Component-TSTP/pkg-plist new file mode 100644 index 000000000000..315ed8434f95 --- /dev/null +++ b/devel/p5-POE-Component-TSTP/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/POE/Component/TSTP.pm +@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true |