1bf865fed5
No revision bump tool that we have cleans them up or deals with them, so we end up with duplicated lines. Instead of implementing that just clean up the 51 ports that do this. PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if you need a reminder or placeholder.
19 lines
399 B
Makefile
19 lines
399 B
Makefile
# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
|
|
|
|
PORTNAME= Net-INET6Glue
|
|
PORTVERSION= 0.604
|
|
PORTREVISION= 0
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ume@FreeBSD.org
|
|
COMMENT= Make common modules IPv6 ready by hotpatching
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|