freebsd-ports/dns/p5-Net-Bonjour/Makefile
Mathieu Arnold 4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00

32 lines
663 B
Makefile

# Created by: Baptiste Daroussin <bapt@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net-Bonjour
PORTVERSION= 0.96
CATEGORIES= dns net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CHLIGE
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Module for DNS service discovery
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
BUILD_DEPENDS= p5-Net-DNS>=0.5:${PORTSDIR}/dns/p5-Net-DNS
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= Net::Rendezvous.3 \
Net::Bonjour::Entry.3 \
Net::Rendezvous::Entry.3 \
Net::Bonjour.3
post-patch:
@${REINPLACE_CMD} -e 's/my $$ans = .*/my $$ans = "n";/g' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>