2011-04-05 16:21:01 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-Bonjour
|
|
|
|
PORTVERSION= 0.96
|
2014-11-26 13:08:24 +00:00
|
|
|
PORTREVISION= 1
|
2011-04-05 16:21:01 +00:00
|
|
|
CATEGORIES= dns net perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= CPAN:CHLIGE
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-02-06 23:34:57 +00:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2011-04-05 16:21:01 +00:00
|
|
|
COMMENT= Module for DNS service discovery
|
|
|
|
|
2011-10-07 11:22:46 +00:00
|
|
|
LICENSE= ART10 GPLv1
|
2011-04-05 16:21:01 +00:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Net-DNS>=0.5:${PORTSDIR}/dns/p5-Net-DNS
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
2013-11-03 07:46:27 +00:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2011-04-05 16:21:01 +00:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's/my $$ans = .*/my $$ans = "n";/g' ${WRKSRC}/Makefile.PL
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|