freebsd-ports/net/p5-Socket-GetAddrInfo/Makefile
Mathieu Arnold bc19d06784 Bump PORTREVISION for ports affected by the fix the last commit.
Done with:	Tools/scripts/bump-revision.sh
Sponsored by:	Absolight
2017-01-31 16:21:45 +00:00

20 lines
456 B
Makefile

# Created by: Sahil Tandon <sahil@tandon.net>
# $FreeBSD$
PORTNAME= Socket-GetAddrInfo
PORTVERSION= 0.22
PORTREVISION= 4
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= RFC 2553's getaddrinfo and getnameinfo functions
BUILD_DEPENDS= p5-ExtUtils-CChecker>=0.06:devel/p5-ExtUtils-CChecker
USES= perl5 shebangfix
USE_PERL5= modbuild
SHEBANG_FILES= bin/getaddrinfo bin/getnameinfo
.include <bsd.port.mk>