diff options
author | tobez <tobez@FreeBSD.org> | 2004-07-14 18:53:04 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2004-07-14 18:53:04 +0800 |
commit | 66df87f889f07188e84ecd6f677867b8847026ed (patch) | |
tree | c53b6cd6777c2439ab17214f6d8046a319c13f0f /devel/p5-Coro/Makefile | |
parent | 8741befca54c805f951b2079eaae24d97ade5b8d (diff) | |
download | freebsd-ports-graphics-66df87f889f07188e84ecd6f677867b8847026ed.tar.gz freebsd-ports-graphics-66df87f889f07188e84ecd6f677867b8847026ed.tar.zst freebsd-ports-graphics-66df87f889f07188e84ecd6f677867b8847026ed.zip |
Update to 0.97. Assign maintainership to perl@.
Diffstat (limited to 'devel/p5-Coro/Makefile')
-rw-r--r-- | devel/p5-Coro/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Coro/Makefile b/devel/p5-Coro/Makefile index a183eab9839..36817fba981 100644 --- a/devel/p5-Coro/Makefile +++ b/devel/p5-Coro/Makefile @@ -6,20 +6,19 @@ # PORTNAME= Coro -PORTVERSION= 0.9 +PORTVERSION= 0.97 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Coro PKGNAMEPREFIX= p5- -MAINTAINER= tobez@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Coro - coroutine process abstraction for perl BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Event.pm:${PORTSDIR}/devel/p5-Event \ ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${PREFIX}/lib/perl5/site_perl/${PERL_VER} PERL_CONFIGURE= yes .include <bsd.port.pre.mk> @@ -35,6 +34,7 @@ MAN3= Coro.3 \ Coro::Handle.3 \ Coro::MakeMaker.3 \ Coro::RWLock.3 \ + Coro::Select.3 \ Coro::Semaphore.3 \ Coro::SemaphoreSet.3 \ Coro::Signal.3 \ |