8d6597e0bb
With hat: portmgr Sponsored by: Absolight
20 lines
456 B
Makefile
20 lines
456 B
Makefile
# Created by: Sahil Tandon <sahil@tandon.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Socket-GetAddrInfo
|
|
PORTVERSION= 0.22
|
|
PORTREVISION= 3
|
|
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>
|