1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/net/p5-IO-Socket-INET6/Makefile
Thomas Abthorpe b2d4b657d1 - Change MAINTAINER address
- Trim headers while I am here
- Clean up some trailing whitespace
2013-01-09 19:50:06 +00:00

22 lines
479 B
Makefile

# Created by: Janos.Mohacsi@bsd.hu
# $FreeBSD$
PORTNAME= IO-Socket-INET6
PORTVERSION= 2.69
CATEGORIES= net perl5 ipv6
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SHLOMIF
PKGNAMEPREFIX= p5-
MAINTAINER= jmohacsi@bsd.hu
COMMENT= Perl module with object interface to AF_INET6 domain sockets
BUILD_DEPENDS= p5-Socket6>=0.12:${PORTSDIR}/net/p5-Socket6
RUN_DEPENDS= p5-Socket6>=0.12:${PORTSDIR}/net/p5-Socket6
PERL_CONFIGURE= yes
MAN3= IO::Socket::INET6.3
.include <bsd.port.mk>