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

21 lines
430 B
Makefile
Raw Normal View History

# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net-INET6Glue
2013-05-30 19:33:49 +02:00
PORTVERSION= 0.6
2010-05-22 19:09:55 +02:00
#PORTREVISION= 0
CATEGORIES= net perl5 ipv6
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ume@FreeBSD.org
COMMENT= Make common modules IPv6 ready by hotpatching
BUILD_DEPENDS= p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>