mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
f888de0217
PR: 127992 Submitted by: Janos Mohacsi <janos dot mohacsi at bsd dot hu> (maintainer)
25 lines
529 B
Makefile
25 lines
529 B
Makefile
# New ports collection makefile for: p5-IO-INET6
|
|
# Date created: 02 July 2003
|
|
# Whom: Janos.Mohacsi@bsd.hu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= IO-Socket-INET6
|
|
PORTVERSION= 2.56
|
|
CATEGORIES= net perl5 ipv6
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= janos.mohacsi@bsd.hu
|
|
COMMENT= Perl module with object interface to AF_INET6 domain sockets
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
MAN3= IO::Socket::INET6.3
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|