1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/net/p5-Net-SAP/Makefile
2021-04-06 16:31:07 +02:00

22 lines
490 B
Makefile

# Created by: Cheng-Lung Sung <clsung@dragon2.net>
PORTNAME= Net-SAP
PORTVERSION= 0.10
PORTREVISION= 4
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Session Announcement Protocol (rfc2974) packet parser
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-IO-Interface>=0:net/p5-IO-Interface \
p5-IO-Socket-Multicast6>=0:net/p5-IO-Socket-Multicast6 \
p5-Net-SDP>=0:net/p5-Net-SDP
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>