freebsd-ports/net/p5-Net-Connection/Makefile

22 lines
447 B
Makefile
Raw Normal View History

PORTNAME= Net-Connection
PORTVERSION= 0.2.0
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VVELOX
PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Represents a network connection as a object
WWW= https://metacpan.org/release/Net-Connection
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Net-DNS>=1.20:dns/p5-Net-DNS
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>