1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/dns/p5-POE-Component-Resolver/Makefile
2021-04-06 16:31:07 +02:00

26 lines
505 B
Makefile

# Created by: Jase Thew <freebsd@beardz.net>
PORTNAME= POE-Component-Resolver
PORTVERSION= 0.921
PORTREVISION= 2
CATEGORIES= dns devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:RCAPUTO
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Non-blocking getaddrinfo() resolver
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-POE>=1.311:devel/p5-POE
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>