diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-08-16 01:49:58 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-08-16 01:49:58 +0000 |
commit | c7f5eaa9ec06be4485605de6d8fe82e7eb86c9c6 (patch) | |
tree | 1fa113dec8d61e8a92a7e88dafe5a55553ab405a /net/p5-POE-Component-Generic/Makefile | |
parent | 446273ef05fd6e6d9813ae820c763e6c5eafed26 (diff) |
Notes
Diffstat (limited to 'net/p5-POE-Component-Generic/Makefile')
-rw-r--r-- | net/p5-POE-Component-Generic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-POE-Component-Generic/Makefile b/net/p5-POE-Component-Generic/Makefile index 35c6cc0b5147..df4d6848a2fd 100644 --- a/net/p5-POE-Component-Generic/Makefile +++ b/net/p5-POE-Component-Generic/Makefile @@ -6,13 +6,13 @@ # PORTNAME= POE-Component-Generic -PORTVERSION= 0.10.03 +PORTVERSION= 0.10.05 DISTVERSION= ${PORTVERSION:C/\.(..)$/\1/} CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= clsung@FreeBSD.org COMMENT= Provides non-blocking access to a blocking object RUN_DEPENDS= p5-POE>=0.31:${PORTSDIR}/devel/p5-POE \ |