aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-RTP/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-09-07 01:20:08 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-09-07 01:20:08 +0000
commitb52b39b6fde1069f751c9016f14afc312dd877ae (patch)
tree304411f66ce78e39b7ad2d035c1d5585c9348c96 /net/p5-Net-RTP/Makefile
parent4006f4a3f36c7f9d8f7d7a9b87d5d6ca2310fd1d (diff)
downloadports-b52b39b6fde1069f751c9016f14afc312dd877ae.tar.gz
ports-b52b39b6fde1069f751c9016f14afc312dd877ae.zip
- Update to 0.09
- reset maintainer PR: ports/116147 Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
Notes
Notes: svn path=/head/; revision=198963
Diffstat (limited to 'net/p5-Net-RTP/Makefile')
-rw-r--r--net/p5-Net-RTP/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/p5-Net-RTP/Makefile b/net/p5-Net-RTP/Makefile
index 45bfd2db6b6d..7b7e4b39acfc 100644
--- a/net/p5-Net-RTP/Makefile
+++ b/net/p5-Net-RTP/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= Net-RTP
-PORTVERSION= 0.08
+PORTVERSION= 0.09
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
-MAINTAINER= tjs@cdpa.nsysu.edu.tw
+MAINTAINER= perl@FreeBSD.org
COMMENT= Send and receive RTP packets (RFC3550)
RUN_DEPENDS= p5-IO-Socket-Multicast6>=0.02:${PORTSDIR}/net/p5-IO-Socket-Multicast6 \
@@ -25,7 +25,8 @@ PERL_MODBUILD= yes
MAN1= rtpdump.pl.1 \
rtplosslog.pl.1 \
rtpsend-pcmu.pl.1 \
- rtpstats.pl.1
+ rtpstats.pl.1 \
+ rtptimer.pl.1
MAN3= Net::RTP.3 \
Net::RTP::Packet.3