freebsd-ports/net/p5-Net-SDP/Makefile
2012-06-05 09:46:27 +00:00

25 lines
539 B
Makefile

# New ports collection makefile for: Net-SDP
# Date created: 17 June 2005
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Net-SDP
PORTVERSION= 0.07
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Session Description Protocol (RFC 2327) packet parser/generator
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN1= sdp2rat.1
MAN3= Net::SDP.3 Net::SDP::Media.3 Net::SDP::Time.3
.include <bsd.port.mk>