freebsd-ports/net/p5-Net-SAP/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

22 lines
505 B
Makefile

# Created by: Cheng-Lung Sung <clsung@dragon2.net>
# $FreeBSD$
PORTNAME= Net-SAP
PORTVERSION= 0.10
PORTREVISION= 3
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Session Announcement Protocol (rfc2974) packet parser
BUILD_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
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>